Merge "tools: Fix use of continue"

This commit is contained in:
Zuul 2021-10-11 08:10:36 +00:00 committed by Gerrit Code Review
commit 23cbf138b4

View File

@ -128,7 +128,7 @@ if is_fedora && [[ ${DISTRO} == f* ]]; then
# if python3-pip is later installed. # if python3-pip is later installed.
# For general sanity, we just use the packaged pip. It should be # For general sanity, we just use the packaged pip. It should be
# recent enough anyway. This is included via rpms/general # recent enough anyway. This is included via rpms/general
continue : # Simply fall through
else else
install_get_pip install_get_pip
fi fi