aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd
diff options
context:
space:
mode:
authorMike McQuaid2018-01-18 15:30:03 +0000
committerGitHub2018-01-18 15:30:03 +0000
commitedc6efd443413bb3373015eac6391915fd1c7078 (patch)
tree738c9afe7d61afacc80d77fdc31523495d74742e /Library/Homebrew/dev-cmd
parent9201fbde824ad311ea510e22dd045f1573d5ca78 (diff)
parent3f8dd656d3d61bde5fc56db21ba767549a3a8dff (diff)
downloadbrew-edc6efd443413bb3373015eac6391915fd1c7078.tar.bz2
Merge pull request #3689 from sjackman/pull-json
publish_bottle_file_on_bintray: Use f.full_name
Diffstat (limited to 'Library/Homebrew/dev-cmd')
-rw-r--r--Library/Homebrew/dev-cmd/pull.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/dev-cmd/pull.rb b/Library/Homebrew/dev-cmd/pull.rb
index 5979d87b8..959fbd6c7 100644
--- a/Library/Homebrew/dev-cmd/pull.rb
+++ b/Library/Homebrew/dev-cmd/pull.rb
@@ -447,7 +447,7 @@ module Homebrew
def publish_bottle_file_on_bintray(f, bintray_org, creds)
repo = Utils::Bottles::Bintray.repository(f.tap)
package = Utils::Bottles::Bintray.package(f.name)
- info = FormulaInfoFromJson.lookup(f.name)
+ info = FormulaInfoFromJson.lookup(f.full_name)
if info.nil?
raise "Failed publishing bottle: failed reading formula info for #{f.full_name}"
end