Skip to content

Commit ba82c7f

Browse files
Update hooks/terraform-validate.sh
Co-authored-by: Yoriyasu Yano <[email protected]>
1 parent 0010c25 commit ba82c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/terraform-validate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ for dir in $(echo "$@" | xargs -n1 dirname | sort -u | uniq); do
1111
pushd "$dir"
1212
terraform init -backend=false "$dir"
1313
terraform validate "$dir"
14-
pushd
14+
popd
1515
done

0 commit comments

Comments
 (0)