Skip to content
Snippets Groups Projects
Commit 21e57856 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

bottle: fix bottling Git tag case.

parent 9a83f63c
No related branches found
No related tags found
No related merge requests found
......@@ -220,7 +220,7 @@ module Homebrew extend self
odie 'Bottle block update failed!' unless string
else
update_or_add = 'add'
string = s.sub!(/( (url|sha1|sha256|head|version) ['"]\S*['"]\n+)+/m, '\0' + output + "\n")
string = s.sub!(/( (url|sha1|sha256|head|version) ['"][\S ]+['"]\n+)+/m, '\0' + output + "\n")
odie 'Bottle block addition failed!' unless string
end
end
......
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