tenv: fix atmos

This commit is contained in:
Jason Swank
2026-01-23 16:19:17 -05:00
parent ffd982948a
commit 9052e555b8
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ asset:
default_extension: .tar.gz default_extension: .tar.gz
binaries: binaries:
- name: atmos - name: atmos
path: atmo path: atmos
- name: tenv - name: tenv
path: tenv path: tenv
- name: terraform - name: terraform

View File

@@ -558,7 +558,7 @@ execute() {
if [ -z "${EXT}" ] || [ "${EXT}" = ".exe" ]; then if [ -z "${EXT}" ] || [ "${EXT}" = ".exe" ]; then
BINARY_PATH="${TMPDIR}/${ASSET_FILENAME}" BINARY_PATH="${TMPDIR}/${ASSET_FILENAME}"
else else
BINARY_PATH="${TMPDIR}/atmo" BINARY_PATH="${TMPDIR}/atmos"
fi fi
if [ "${UNAME_OS}" = "windows" ]; then if [ "${UNAME_OS}" = "windows" ]; then