mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-14 20:56:30 +00:00
fix signerID command (#2740)
This commit is contained in:
parent
a456cd645f
commit
bedb37ca6b
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user