Merge "Clean up extra spaces"

This commit is contained in:
Zuul 2021-10-13 05:57:20 +00:00 committed by Gerrit Code Review
commit a3a5fa1d00
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ if is_service_enabled kuryr-kubernetes kuryr-daemon \
echo_summary "Installing kuryr CNI and Controller"
setup_develop "$KURYR_HOME"
if [[ "${KURYR_CONT}" == "False" ]]; then
# Build CNI only for non-containerized deployment. For
# containerized CNI willl be built within the images build.
# Build CNI only for non-containerized deployment. For
# containerized CNI will be built within the images build.
build_install_kuryr_cni
fi