aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/pull.rb
diff options
context:
space:
mode:
authorMartin Afanasjew2016-05-01 14:55:45 +0200
committerMartin Afanasjew2016-05-02 21:19:09 +0200
commit8600b9edf128de542fd360a52a3a4732ab51f7f8 (patch)
treef1635d5795b7f364deee37b48fc9d3082f814aca /Library/Homebrew/cmd/pull.rb
parentb449a51ff752482ffdb1010d42e7d76a5880d1a4 (diff)
downloadbrew-8600b9edf128de542fd360a52a3a4732ab51f7f8.tar.bz2
Update Homebrew/homebrew references in comments
Replace `homebrew` with `brew`, `homebrew-core`, or `legacy-homebrew` depending on context.
Diffstat (limited to 'Library/Homebrew/cmd/pull.rb')
-rw-r--r--Library/Homebrew/cmd/pull.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/pull.rb b/Library/Homebrew/cmd/pull.rb
index 33868d8f7..93470dc48 100644
--- a/Library/Homebrew/cmd/pull.rb
+++ b/Library/Homebrew/cmd/pull.rb
@@ -18,7 +18,7 @@
# --resolve: When a patch fails to apply, leave in progress and allow user to
# resolve, instead of aborting
# --branch-okay: Do not warn if pulling to a branch besides master (useful for testing)
-# --legacy: Pull legacy formula PR from Homebrew/homebrew
+# --legacy: Pull legacy formula PR from Homebrew/legacy-homebrew
# (TODO remove it when it's not longer necessary)
require "utils"