File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ <h2 style="text-align: center" id="{{page.verify_download | slugify}}">{{page.ve
186
186
{{page.gpg_download_other}}
187
187
< a href ="{{GPG_DOWNLOAD_URL}} "> {{page.gpg_download_options}}</ a > </ p > </ li >
188
188
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 >
190
190
191
191
< pre class ="highlight "> < code > gpg{{site.strings.gpg_keyserver}} --recv-keys {{example_builder_key}}</ code > </ pre >
192
192
@@ -228,7 +228,7 @@ <h2 style="text-align: center" id="{{page.verify_download | slugify}}">{{page.ve
228
228
229
229
< 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 >
230
230
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 >
232
232
233
233
< pre class ="highlight "> < code > gpg{{site.strings.gpg_keyserver}} --recv-keys {{example_builder_key}}</ code > </ pre >
234
234
You can’t perform that action at this time.
0 commit comments