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