Skip to content

Commit 7a77dae

Browse files
committed
Fix terragrunt installation
1 parent c0cf9ab commit 7a77dae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.sh

+1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ function installTerragrunt {
133133
echo "Successfully downloaded Terragrunt ${tgVersion}"
134134

135135
echo "Moving Terragrunt ${tgVersion} to PATH"
136+
chmod +x /tmp/terragrunt
136137
mv /tmp/terragrunt /usr/local/bin
137138
if [ "${?}" -ne 0 ]; then
138139
echo "Failed to move Terragrunt ${tgVersion}"

0 commit comments

Comments
 (0)