aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2017-12-11 09:01:59 +0000
committerGitHub2017-12-11 09:01:59 +0000
commit7411da36e584bc4955a0429f43251cae039968a8 (patch)
treefc3ce35562203adb0641d02581dfe1ea657e5e1e /Library
parent129ca7eff2624660479bb5d9366f497358a212a4 (diff)
parentfd8262ef7d5bdcc0f9ffafedd427fc22882c983a (diff)
downloadbrew-7411da36e584bc4955a0429f43251cae039968a8.tar.bz2
Merge pull request #3551 from laurent22/master
Mentions how hub needs to be configured
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/dev-cmd/bump-formula-pr.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/dev-cmd/bump-formula-pr.rb b/Library/Homebrew/dev-cmd/bump-formula-pr.rb
index 6f7cc13c2..7ad721461 100644
--- a/Library/Homebrew/dev-cmd/bump-formula-pr.rb
+++ b/Library/Homebrew/dev-cmd/bump-formula-pr.rb
@@ -338,7 +338,7 @@ module Homebrew
if reply.to_s.include? "username:"
formula.path.atomic_write(backup_file) unless ARGV.dry_run?
- odie "You need to configure hub"
+ odie "Please authentify with hub (eg. by typing 'cd $(brew --repo) && hub issue') and try again."
end
remote = reply[/remote:? (\S+)/, 1]