From 444816edf864f404b4e0b5d51e7ef9cd5d42dd00 Mon Sep 17 00:00:00 2001 From: 0xdeadbae <45407492+0xdeadbae@users.noreply.github.com> Date: Fri, 20 Jun 2025 11:26:01 +0200 Subject: [PATCH] Update apply.go Fixed misleading documentation --- apply.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apply.go b/apply.go index ec1b92a..fc4a55d 100644 --- a/apply.go +++ b/apply.go @@ -190,7 +190,7 @@ type Options struct { // Create TargetPath replacement with this file mode. If zero, defaults to 0755. TargetMode os.FileMode - // Checksum of the new binary to verify against. If nil, no checksum or signature verification is done. + // Checksum of the new binary to verify against. If nil, no checksum verification is done. Checksum []byte // Verifier for signature verification. If nil, no signature verification is done.