Skip to content

Commit

Permalink
bug fix: input arg (-l) handling
Browse files Browse the repository at this point in the history
  • Loading branch information
milkschen committed Aug 1, 2022
1 parent 2e84a0c commit d9e1de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/leviosam2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function usage {
exit 0
}

while getopts hKMSa:A:b:C:D:f:H:g:i:L:m:o:p:q:r:R:t:T:x: flag
while getopts hKMSa:A:b:C:D:f:H:g:i:l:L:m:o:p:q:r:R:t:T:x: flag
do
case "${flag}" in
h) usage;;
Expand Down

0 comments on commit d9e1de7

Please sign in to comment.