Skip to content

Commit 66a4912

Browse files
committed
Fix queue_clear definition
1 parent 9cb0607 commit 66a4912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_lightweight_queue/management/commands/queue_clear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def add_arguments(self, parser: argparse.ArgumentParser) -> None:
2424

2525
parser.add_argument(
2626
'--yes',
27-
'skip_prompt',
27+
dest='skip_prompt',
2828
action='store_true',
2929
help="Skip confirmation prompt.",
3030
)

0 commit comments

Comments
 (0)