From 9537b4c05085a0e6ed85aa8ef4cc5e1555d3fec6 Mon Sep 17 00:00:00 2001 From: Knugi <24708955+KnugiHK@users.noreply.github.com> Date: Mon, 27 Jul 2026 15:10:59 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1a9aa3..e7ccac3 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,7 @@ To ensure that the binaries provided in the releases were built directly from th ### Using Bash (Linux/WSL/macOS) ```bash -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)