aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/cmd/pull.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/pull.rb b/Library/Homebrew/cmd/pull.rb
index 8bf0a2259..eb9c64f87 100644
--- a/Library/Homebrew/cmd/pull.rb
+++ b/Library/Homebrew/cmd/pull.rb
@@ -174,6 +174,8 @@ module Homebrew
"https://api.bintray.com/content/homebrew/#{repo}/#{package}/#{version}/publish"
puts
end
+ else
+ opoo "Set BINTRAY_USER and BINTRAY_KEY to add new formula bottles on Bintray!"
end
end