From 30de8f0f749e02d47fedc9f54c278989eee9456c Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 31 Mar 2015 13:11:21 +0100 Subject: [PATCH] pull: make the bintray message stronger. --- Library/Homebrew/cmd/pull.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/pull.rb b/Library/Homebrew/cmd/pull.rb index 074ced1eee..a84477c5e3 100644 --- a/Library/Homebrew/cmd/pull.rb +++ b/Library/Homebrew/cmd/pull.rb @@ -178,7 +178,7 @@ module Homebrew puts end else - opoo "Set BINTRAY_USER and BINTRAY_KEY to add new formula bottles on Bintray!" + opoo "You must set BINTRAY_USER and BINTRAY_KEY to add or update bottles on Bintray!" end end