Skip to content

Commit

Permalink
Update tgenv-install
Browse files Browse the repository at this point in the history
  • Loading branch information
harshulgoel authored May 17, 2023
1 parent dd39fb2 commit 7a62a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexec/tgenv-install
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if [ -f "${dst_path}/terragrunt" ]; then
exit 0
fi

TGENV_ARCH="${TGENV_ARCH:-amd64}"
TGENV_ARCH="${TGENV_ARCH:-arm64}"
case "$(uname -s)" in
Darwin*)
os="darwin_${TGENV_ARCH}"
Expand Down

0 comments on commit 7a62a5d

Please sign in to comment.