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 5851089 commit b6c73d7
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 @@ -19,7 +19,7 @@ terrascan_() {
let "index+=1"
done
#put arguments array into runnable string
PARAMS = ""
local PARAMS = " "
for i in "${arr[@]}"
do
PARAMS= "${PARAMS} ${i}"
Expand Down

0 comments on commit b6c73d7

Please sign in to comment.