Skip to content

Commit 8cd684f

Browse files
committed
Fix indentation in output messages
1 parent e38d0fd commit 8cd684f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

hooks/terraform_providers_lock.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ Check migration instructions at https://github.com/antonbabenko/pre-commit-terra
176176
fi
177177

178178
common::colorify "red" "$dir_path/.terraform.lock.hcl missing some of required platforms.
179-
All required platforms: ${platforms_names[*]}"
179+
All required platforms: ${platforms_names[*]}
180+
"
180181

181182
exit 1
182183
;;
@@ -186,7 +187,8 @@ Check migration instructions at https://github.com/antonbabenko/pre-commit-terra
186187
fi
187188

188189
common::colorify "yellow" "$dir_path/.terraform.lock.hcl missing some of required platforms.
189-
All required platforms: ${platforms_names[*]}\n"
190+
All required platforms: ${platforms_names[*]}
191+
"
190192

191193
;;
192194
esac

0 commit comments

Comments
 (0)