diff options
| author | Laurent Cozic | 2017-12-10 11:08:15 +0000 |
|---|---|---|
| committer | GitHub | 2017-12-10 11:08:15 +0000 |
| commit | fd8262ef7d5bdcc0f9ffafedd427fc22882c983a (patch) | |
| tree | 0c71eaa1e154e875fbe7d1c9b2680d14cff303a9 /Library/Homebrew/dev-cmd | |
| parent | e5e91f0216fb3f3f044b1148ed20a6785b5ec5e7 (diff) | |
| download | brew-fd8262ef7d5bdcc0f9ffafedd427fc22882c983a.tar.bz2 | |
Mentions how hub needs to be configured
This is to address issue #3531
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] |
