website: another attempt
This commit is contained in:
parent
1244bff399
commit
374d0a5b50
|
@ -18,7 +18,7 @@ if ENV["TERRAFORM_VERSION"]
|
||||||
next if os == "web"
|
next if os == "web"
|
||||||
|
|
||||||
$terraform_files[os] ||= []
|
$terraform_files[os] ||= []
|
||||||
$terraform_files[os] << "terraform_#{filename}"
|
$terraform_files[os] << filename
|
||||||
end
|
end
|
||||||
|
|
||||||
$terraform_os = ["darwin", "linux", "windows"] & $terraform_files.keys
|
$terraform_os = ["darwin", "linux", "windows"] & $terraform_files.keys
|
||||||
|
@ -54,7 +54,7 @@ module DownloadHelpers
|
||||||
end
|
end
|
||||||
|
|
||||||
def download_url(file)
|
def download_url(file)
|
||||||
"https://dl.bintray.com/mitchellh/terraform/#{file}"
|
"https://dl.bintray.com/mitchellh/terraform/terraform_#{file}"
|
||||||
end
|
end
|
||||||
|
|
||||||
def latest_version
|
def latest_version
|
||||||
|
|
Loading…
Reference in New Issue