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

Fix native bottle regex.

parent 162b1ee9
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ def bottle_suffix version=nil
end
def bottle_native_regex
/(\.#{MacOS.cat}\.bottle\.((\d+)?\.tar\.gz))$/
/(\.#{MacOS.cat}\.bottle\.(\d+\.)?tar\.gz)$/
end
def bottle_regex
......
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