Skip to content
Snippets Groups Projects
Commit 6f37394e authored by ilovezfs's avatar ilovezfs
Browse files

bintray "package" should be name not full_name

Based on how it's used to construct URLs, the bintray "package" should
be the formula name not the formula full_name. For core formulae, there
is no difference, but that's not the case in other taps.

See https://github.com/Homebrew/homebrew-gui/pull/10



Closes #301.

Signed-off-by: default avatarilovezfs <ilovezfs@icloud.com>
parent 01b6787a
No related branches found
No related tags found
No related merge requests found
......@@ -321,7 +321,7 @@ module Homebrew
}
},
"bintray" => {
"package" => Utils::Bottles::Bintray.package(f.full_name),
"package" => Utils::Bottles::Bintray.package(f.name),
"repository" => Utils::Bottles::Bintray.repository(f.tap),
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment