Skip to content

Commit 6564e0c

Browse files
author
Zürker Aguilar, Fabian
committed
Update destination
1 parent 779e450 commit 6564e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_katello_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def parse_options(args=None):
343343
default=5, metavar="DAYS", type=int, help="defines outdated products" \
344344
" critical threshold in days (default: 5)")
345345
# --state-check
346-
prod_opts.add_argument("--state-check", dest="state-check", \
346+
prod_opts.add_argument("--state-check", dest="state_check", \
347347
default=False, action="store_true", \
348348
help="Check for unsynced status using sync_state field")
349349

0 commit comments

Comments
 (0)