diff options
| author | Mike McQuaid | 2017-12-11 09:01:59 +0000 |
|---|---|---|
| committer | GitHub | 2017-12-11 09:01:59 +0000 |
| commit | 7411da36e584bc4955a0429f43251cae039968a8 (patch) | |
| tree | fc3ce35562203adb0641d02581dfe1ea657e5e1e /Library/Homebrew/dev-cmd | |
| parent | 129ca7eff2624660479bb5d9366f497358a212a4 (diff) | |
| parent | fd8262ef7d5bdcc0f9ffafedd427fc22882c983a (diff) | |
| download | brew-7411da36e584bc4955a0429f43251cae039968a8.tar.bz2 | |
Merge pull request #3551 from laurent22/master
Mentions how hub needs to be configured
Diffstat (limited to 'Library/Homebrew/dev-cmd')
| -rw-r--r-- | Library/Homebrew/dev-cmd/bump-formula-pr.rb | 2 |
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] |
