Skip to content

Commit

Permalink
fix error in string output of fly.io region
Browse files Browse the repository at this point in the history
  • Loading branch information
gernotstarke committed Nov 12, 2023
1 parent b3bdbdb commit 7e65cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/arc42statistics.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
<img src="/images/fly-logo-landscape.svg" width="60px" alt="fly.io">
</a>
{{if .WhereDoesItRun}}
in region .WhereDoesItRun.
in region {{.WhereDoesItRun}}.
{{end }}
</div>

0 comments on commit 7e65cee

Please sign in to comment.