diff options
| author | Wil Moore III | 2013-11-18 15:46:34 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2013-11-19 11:42:39 +0000 |
| commit | 78f9b23218a45fd5d5b2237741b0b2bb89dca66b (patch) | |
| tree | a176344c683f71b1e104d5f03de8291f15eae44f /Library | |
| parent | c874b5b8ca56abc4e46eec566c1a0d4f1ab5a3a2 (diff) | |
| download | brew-78f9b23218a45fd5d5b2237741b0b2bb89dca66b.tar.bz2 | |
brew-bundle: clarify path requirements.
Closes Homebrew/homebrew#24463.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmd/brew-bundle.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Contributions/cmd/brew-bundle.rb b/Library/Contributions/cmd/brew-bundle.rb index a467f1c8f..f0ce85d38 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 |
