Skip to content

Commit d84eccb

Browse files
peterniedCopilot
andauthored
Update hooks/terraform_provider_version_consistency.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 19f8ae4 commit d84eccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/terraform_provider_version_consistency.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function main {
2121
for c in "${configs[@]}"; do
2222
IFS="=" read -r -a config <<< "$c"
2323
key="${config[0]## }"
24-
value=${config[1]}
24+
local value=${config[1]}
2525

2626
case $key in
2727
--version-file-pattern)

0 commit comments

Comments
 (0)