Skip to content

Commit

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

0 comments on commit 4a535eb

Please sign in to comment.