Skip to content

Commit

Permalink
Update install-terraform.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
crpietschmann committed Mar 29, 2024
1 parent c503572 commit b91cec2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform-tips/install/install-terraform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
# License: MIT License (https://github.com/Build5Nines/terraform-quickstart-templates/blob/main/LICENSE)
# **********************************************************

set -e

to_lowercase() {
echo "$1" | tr '[:upper:]' '[:lower:]'
}
Expand Down

0 comments on commit b91cec2

Please sign in to comment.