We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 009ba71 + 1c56af7 commit 6dd0ffeCopy full SHA for 6dd0ffe
1 file changed
website/helpers/download_helpers.rb
@@ -21,8 +21,8 @@
21
$terraform_files[os] << filename
22
end
23
24
- $terraform_os = ["darwin", "linux", "windows"] & $consul_files.keys
25
- $terraform_os += $consul_files.keys
+ $terraform_os = ["darwin", "linux", "windows"] & $terraform_files.keys
+ $terraform_os += $terraform_files.keys
26
$terraform_os.uniq!
27
28
$terraform_files.each do |key, value|
0 commit comments