Skip to content

Commit f59f4f2

Browse files
committed
Check argument for delete-request
1 parent 5cea026 commit f59f4f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ada/ada

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,7 @@ get_args() {
672672
;;
673673
--delete-request )
674674
command='delete-request'
675+
check_arg $command $2
675676
request_id="$2"
676677
shift ; shift
677678
;;

0 commit comments

Comments
 (0)