Clean up extra spaces

Although these errors are not important, they affect the code specification.

Change-Id: I6656db7afbb1dab4b966c62d3765905965ba9142
This commit is contained in:
jayonlau 2021-09-26 22:25:25 -04:00
parent deb055190f
commit 2e8c3167a5
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