tenv: fix atmos
This commit is contained in:
@@ -6,7 +6,7 @@ asset:
|
||||
default_extension: .tar.gz
|
||||
binaries:
|
||||
- name: atmos
|
||||
path: atmo
|
||||
path: atmos
|
||||
- name: tenv
|
||||
path: tenv
|
||||
- name: terraform
|
||||
|
||||
@@ -558,7 +558,7 @@ execute() {
|
||||
if [ -z "${EXT}" ] || [ "${EXT}" = ".exe" ]; then
|
||||
BINARY_PATH="${TMPDIR}/${ASSET_FILENAME}"
|
||||
else
|
||||
BINARY_PATH="${TMPDIR}/atmo"
|
||||
BINARY_PATH="${TMPDIR}/atmos"
|
||||
fi
|
||||
|
||||
if [ "${UNAME_OS}" = "windows" ]; then
|
||||
|
||||
Reference in New Issue
Block a user