Skip to content

Commit

Permalink
codefactor
Browse files Browse the repository at this point in the history
  • Loading branch information
md-shafiul-alam committed Jul 31, 2024
1 parent 1cecca6 commit 81df28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/env/apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function install_qemu_emulation_deb {
set -eo pipefail
if [[ -z "${found_version}" ]] ; then
# If nothing is found, error out and fail
echo "No qemu found with version numbers ${versions[@]}"
echo "None of requested qemu versions ${versions[*]} are available."
false
fi

Expand Down

0 comments on commit 81df28f

Please sign in to comment.