mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-09 02:49:43 +00:00
fix signerID command (#2740)
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user