From ca119fe7fee6c0f94eaac45bcc24749d42d0cd80 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 19 Feb 2015 16:53:53 +0000 Subject: pull: add missing Bintray variable warning. --- Library/Homebrew/cmd/pull.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library') 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 -- cgit v1.2.3