diff --git a/website/config.rb b/website/config.rb index 6bf10d1db..6d5da1110 100644 --- a/website/config.rb +++ b/website/config.rb @@ -18,7 +18,6 @@ if !ENV["PACKER_DISABLE_DOWNLOAD_FETCH"] response.body.split("\n").each do |line| next if line !~ /\/mitchellh\/packer\/(#{Regexp.quote(ENV["PACKER_VERSION"])}.+?)'/ - p $1.to_s filename = $1.to_s os = filename.split("_")[1] next if os == "SHA256SUMS" diff --git a/website/source/downloads.html.erb b/website/source/downloads.html.erb index db0d3792e..38465d300 100644 --- a/website/source/downloads.html.erb +++ b/website/source/downloads.html.erb @@ -37,5 +37,13 @@ page_title: "Downloads" <% end %> + +