Skip to content

Commit 00f0f82

Browse files
committed
status: Remove redundant use of $@
1 parent c685c9e commit 00f0f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

danectl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,7 @@ case "$command" in
15631563
status|s)
15641564
[ $# != 0 ] && usage 1 "Too many status arguments (expected no additional arguments)"
15651565
check_prerequisites
1566-
status "$@"
1566+
status
15671567
reuse_key_check
15681568
;;
15691569

0 commit comments

Comments
 (0)