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