aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xLibrary/Contributions/cmd/brew-bundle.rb4
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