Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirhasan committed Jul 30, 2021
1 parent de25d42 commit 9c7518d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/pre-commit-hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ parse_cmdline_() {
for argv; do
case $1 in
-i | --iac-type) #add support for all scan options ?
ARGS+=("$1") #add flag
ARGS+=("$2")
ARGS+=("$2") #add flag
ARGS+=("$3")
shift 2 #shift up both args
;;
--)
Expand Down

0 comments on commit 9c7518d

Please sign in to comment.