mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
scripts: quiet
This commit is contained in:
parent
f67dfce2ae
commit
e7e60cb493
@ -40,8 +40,8 @@ gox \
|
|||||||
# Make sure "terraform-terraform" is renamed properly
|
# Make sure "terraform-terraform" is renamed properly
|
||||||
for PLATFORM in $(find ./pkg -mindepth 1 -maxdepth 1 -type d); do
|
for PLATFORM in $(find ./pkg -mindepth 1 -maxdepth 1 -type d); do
|
||||||
set +e
|
set +e
|
||||||
mv ${PLATFORM}/terraform-terraform.exe ${PLATFORM}/terraform.exe
|
mv ${PLATFORM}/terraform-terraform.exe ${PLATFORM}/terraform.exe 2>/dev/null
|
||||||
mv ${PLATFORM}/terraform-terraform ${PLATFORM}/terraform
|
mv ${PLATFORM}/terraform-terraform ${PLATFORM}/terraform 2>/dev/null
|
||||||
set -e
|
set -e
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user