website/www: fix for new bintray format

This commit is contained in:
Mitchell Hashimoto 2015-07-10 16:45:46 -06:00
parent 20e851dd85
commit 0fa6b17bfb
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ if ENV["VAGRANT_VERSION"]
response = http.request(req) response = http.request(req)
response.body.split("\n").each do |line| response.body.split("\n").each do |line|
next if line !~ /\/mitchellh\/vagrant\/(.+?)'/ next if line !~ /#(vagrant_.+?)"/
filename = $1.to_s filename = $1.to_s
# Ignore any files that don't appear to have a version in it # Ignore any files that don't appear to have a version in it