Skip to content

Commit

Permalink
download.tt: Fix EC2 Launch buttons
Browse files Browse the repository at this point in the history
Fixes #623
  • Loading branch information
samueldr committed Oct 20, 2020
1 parent bb16c69 commit 04c7044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.tt
Expand Up @@ -175,7 +175,7 @@
<select>
[% amis = JSON.Escape.json_decode(IO.All.new(nixosAmis).all).$latestNixOSSeries %]
[% FOREACH region IN amis.keys.sort %]
<option value="download-amazon-[% region %]">[% region %]</option>
<option value="[% region %]">[% region %]</option>
[% END %]
</select>
<table>
Expand Down

0 comments on commit 04c7044

Please sign in to comment.