From 78f9b23218a45fd5d5b2237741b0b2bb89dca66b Mon Sep 17 00:00:00 2001 From: Wil Moore III Date: Mon, 18 Nov 2013 15:46:34 -0700 Subject: [PATCH] brew-bundle: clarify path requirements. Closes Homebrew/homebrew#24463. Signed-off-by: Mike McQuaid --- Library/Contributions/cmd/brew-bundle.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Contributions/cmd/brew-bundle.rb b/Library/Contributions/cmd/brew-bundle.rb index a467f1c8f7..f0ce85d38a 100755 --- a/Library/Contributions/cmd/brew-bundle.rb +++ b/Library/Contributions/cmd/brew-bundle.rb @@ -5,8 +5,8 @@ # Looks for a Brewfile and runs each line as a brew command. # # brew bundle # Looks for "./Brewfile" -# brew bundle path/to/dir # Looks for "./path/to/dir/Brewfile" -# brew bundle path/to/file # Looks for "./path/to/file" +# brew bundle path/to/dir # Looks for "path/to/dir/Brewfile" +# brew bundle path/to/file # Looks for "path/to/file" # # For example, given a Brewfile with the following contents: # tap foo/bar