mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
fix(toolchain_util): Correct default binhost ordering.
Later hosts in the list override earlier hosts so the current version must be listed after the older sdk version.
This commit is contained in:
parent
0a4e6716b4
commit
dc1b3e32e9
@ -118,7 +118,7 @@ get_board_binhost() {
|
||||
shift
|
||||
|
||||
if [[ $# -eq 0 ]]; then
|
||||
set -- "${COREOS_VERSION_ID}" "${COREOS_SDK_VERSION}"
|
||||
set -- "${COREOS_SDK_VERSION}" "${COREOS_VERSION_ID}"
|
||||
fi
|
||||
|
||||
for ver in "$@"; do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user