From 493450a3ace466a3ee159d73770720db6d498e0b Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Thu, 18 Jul 2024 12:06:37 -0400 Subject: [PATCH] attestation: fix comment Signed-off-by: William Woodruff --- Library/Homebrew/attestation.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Library/Homebrew/attestation.rb b/Library/Homebrew/attestation.rb index 0d7072b192..a828da9d52 100644 --- a/Library/Homebrew/attestation.rb +++ b/Library/Homebrew/attestation.rb @@ -118,8 +118,7 @@ module Homebrew cmd += ["--cert-identity", signing_workflow] if signing_workflow.present? # Fail early if we have no credentials. The command below invariably - # fails without them, so this saves us a network roundtrip before - # presenting the user with the same error. + # fails without them, so this saves us an unnecessary subshell. credentials = GitHub::API.credentials raise GhAuthNeeded, "missing credentials" if credentials.blank?