From 392822012f0a244f26f039cdfc1902211f64e99b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 9 Dec 2013 11:02:53 -0800 Subject: [PATCH] website/www: home page link to downloads work --- website/www/helpers/download_helpers.rb | 1 - website/www/source/index.html.erb | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/website/www/helpers/download_helpers.rb b/website/www/helpers/download_helpers.rb index 3937e6714..39721348e 100644 --- a/website/www/helpers/download_helpers.rb +++ b/website/www/helpers/download_helpers.rb @@ -19,7 +19,6 @@ if ENV["VAGRANT_VERSION"] response = http.request(req) response.body.split("\n").each do |line| - puts "[DEBUG] Line: #{line}" next if line !~ /\/mitchellh\/vagrant\/(.+?)'/ filename = $1.to_s $vagrant_os_mappings.each do |suffix, os| diff --git a/website/www/source/index.html.erb b/website/www/source/index.html.erb index 1a765788b..5fbc5ebb3 100644 --- a/website/www/source/index.html.erb +++ b/website/www/source/index.html.erb @@ -14,7 +14,7 @@
- +
download