Skip to content

Commit 8d6d84b

Browse files
committed
Fix shellcheck issue
1 parent 9f9a5ed commit 8d6d84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if [ "$QEMU" != "" ]; then
3737
# plain qcow2 image: just download it
3838
qemufile="$(echo "${QEMU}" | sed 's/\//__/g')"
3939
if [ ! -f "${tmpdir}/${qemufile}" ]; then
40-
curl --retry 5 "${MIRRORS_URL}/${QEMU}" | \
40+
curl --retry 5 "${MIRRORS_URL}/${QEMU}" \
4141
> "${tmpdir}/${qemufile}"
4242
fi
4343
fi

0 commit comments

Comments
 (0)