diff --git a/supervisor/utils/codenotary.py b/supervisor/utils/codenotary.py index 8efda3843..2336af920 100644 --- a/supervisor/utils/codenotary.py +++ b/supervisor/utils/codenotary.py @@ -44,7 +44,7 @@ async def vcn_validate( if org: command.extend(["--org", org]) elif signer: - command.extend(["--signer", signer]) + command.extend(["--signerID", signer]) if checksum: command.extend(["--hash", checksum])