Skip to content

Commit 60dae23

Browse files
committed
download: fix outdated use of page.obtain_release_key
1 parent 4bf8149 commit 60dae23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/templates/download.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ <h2 style="text-align: center" id="{{page.verify_download | slugify}}">{{page.ve
186186
{{page.gpg_download_other}}
187187
<a href="{{GPG_DOWNLOAD_URL}}">{{page.gpg_download_options}}</a></p></li>
188188

189-
<li><p>{{page.obtain_release_key | replace: '$(BUILDER_KEYS_URL)', page.builder_keys_url | replace: '$(EXAMPLE_BUILDERS_LINE)', page.example_builders_line}}</p>
189+
<li><p>{{OBTAIN_RELEASE_KEY}}</p>
190190

191191
<pre class="highlight"><code>gpg{{site.strings.gpg_keyserver}} --recv-keys {{example_builder_key}}</code></pre>
192192

@@ -228,7 +228,7 @@ <h2 style="text-align: center" id="{{page.verify_download | slugify}}">{{page.ve
228228

229229
<p>{{page.checksum_warning_and_ok | replace, "$(SHASUMS_OK)", page.localized_checksum_ok}} <code>{{FILE_PREFIX}}-{{site.data.binaries.lin64}}: {{page.localized_checksum_ok}}</code></p></li>
230230

231-
<li><p>{{page.obtain_release_key | replace: '$(BUILDER_KEYS_URL)', page.builder_keys_url | replace: '$(EXAMPLE_BUILDERS_LINE)', page.example_builders_line}}</p>
231+
<li><p>{{OBTAIN_RELEASE_KEY}}</p>
232232

233233
<pre class="highlight"><code>gpg{{site.strings.gpg_keyserver}} --recv-keys {{example_builder_key}}</code></pre>
234234

0 commit comments

Comments
 (0)