Skip to content

Commit 9b54b36

Browse files
fix: use local ISO variable for azurelinux
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
1 parent 5504fdf commit 9b54b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickget

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2012,7 +2012,7 @@ function get_azurelinux() {
20122012
local QEMU_ARCH="x86_64"
20132013
[ "${ARCH}" == "arm64" ] && QEMU_ARCH="aarch64"
20142014
local URL="https://aka.ms/azurelinux-${RELEASE}-${QEMU_ARCH}.iso"
2015-
ISO=$(web_redirect "${URL}")
2015+
local ISO="$(web_redirect "${URL}")"
20162016
echo "${ISO}"
20172017
}
20182018

0 commit comments

Comments
 (0)