We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96674b4 commit 259fc9eCopy full SHA for 259fc9e
src/main.sh
@@ -139,7 +139,7 @@ function installTerragrunt {
139
140
echo "Moving Terragrunt ${tgVersion} to PATH"
141
chmod +x /tmp/terragrunt
142
- mv /tmp/terragrunt /usr/local/bin
+ mv /tmp/terragrunt /usr/local/bin/terragrunt
143
if [ "${?}" -ne 0 ]; then
144
echo "Failed to move Terragrunt ${tgVersion}"
145
exit 1
0 commit comments