From fd8262ef7d5bdcc0f9ffafedd427fc22882c983a Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sun, 10 Dec 2017 11:08:15 +0000 Subject: Mentions how hub needs to be configured This is to address issue #3531--- Library/Homebrew/dev-cmd/bump-formula-pr.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/dev-cmd') 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] -- cgit v1.2.3