attestation: fix comment
Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
parent
5e5ea1c020
commit
493450a3ac
@ -118,8 +118,7 @@ module Homebrew
|
|||||||
cmd += ["--cert-identity", signing_workflow] if signing_workflow.present?
|
cmd += ["--cert-identity", signing_workflow] if signing_workflow.present?
|
||||||
|
|
||||||
# Fail early if we have no credentials. The command below invariably
|
# Fail early if we have no credentials. The command below invariably
|
||||||
# fails without them, so this saves us a network roundtrip before
|
# fails without them, so this saves us an unnecessary subshell.
|
||||||
# presenting the user with the same error.
|
|
||||||
credentials = GitHub::API.credentials
|
credentials = GitHub::API.credentials
|
||||||
raise GhAuthNeeded, "missing credentials" if credentials.blank?
|
raise GhAuthNeeded, "missing credentials" if credentials.blank?
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user