Skip to content

Commit 31fa37c

Browse files
committed
osfv_cli/src/osfv/cli/cli.py: fix #93
Fixes #93 Signed-off-by: Maciej Pijanowski <[email protected]>
1 parent 2aefa22 commit 31fa37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osfv_cli/src/osfv/cli/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ def main():
996996
automatically by this script, it is automatically checked \
997997
in as well."
998998
)
999-
check_in_asset(snipeit_api, asset_id)
999+
check_in_asset(snipeit_api, asset_id)
10001000
elif args.command == "sonoff":
10011001
sonoff_ip = ""
10021002

0 commit comments

Comments
 (0)