Skip to content

Commit 3149a8e

Browse files
mikeobankfanquake
authored andcommitted
Add --ignore-missing flag to shasum` command
1 parent dc2aee8 commit 3149a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/templates/download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ <h2 style="text-align: center" id="{{page.verify_download | slugify}}">{{page.ve
195195

196196
<li><p>{{page.verify_download_checksum}}</p>
197197

198-
<pre class="highlight"><code>shasum -a 256 --check SHA256SUMS</code></pre>
198+
<pre class="highlight"><code>shasum -a 256 --ignore-missing --check SHA256SUMS</code></pre>
199199

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

0 commit comments

Comments
 (0)