mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Attempting to get string latest for MacOS
This commit is contained in:
parent
081590b816
commit
e5f0e78c67
1 changed files with 3 additions and 1 deletions
|
@ -7241,7 +7241,9 @@ __macosx_get_packagesite_onedir_latest() {
|
|||
rm -fR ${macos_versions_tmpdir}
|
||||
|
||||
echodebug "latest MacOS release from repository found ${LATEST_VERSION}"
|
||||
return "${LATEST_VERSION}"
|
||||
# shellcheck disable=SC2116
|
||||
LATEST_VERSION_RET=$(echo "${LATEST_VERSION_RET}")
|
||||
return "${LATEST_VERSION_RET}"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue