diff --git a/index.html b/index.html index 83f6173..0a8ebc5 100644 --- a/index.html +++ b/index.html @@ -652,7 +652,7 @@ source licenses.
Requires version 0.13.0 or newer. Legacy binaries are unsupported.
for file in wtsexporter*; do ; gh attestation verify "$file" -R KnugiHK/WhatsApp-Chat-Exporter; done
+for file in wtsexporter*; do gh attestation verify "$file" -R KnugiHK/WhatsApp-Chat-Exporter; done
Using PowerShell (Windows)
gci "wtsexporter*" | % { gh attestation verify $_.FullName -R KnugiHK/WhatsApp-Chat-Exporter }