Skip to content

Commit fde793f

Browse files
authored
Merge pull request kubernetes-sigs#2262 from jayonlau/master
🌱 Clean up extra spaces
2 parents 1e63a0e + bb47130 commit fde793f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ curl -L "$URL"| tar xz -C $TMP_DIR
9191
echo "Downloaded executable files"
9292
ls "${KUBEBUILDER_VERSION_NAME}_${OSEXT}_${ARCH}/bin"
9393

94-
if [[ -z "${PROW}" ]]; then
94+
if [[ -z "${PROW}" ]]; then
9595
MOVE="sudo mv"
9696
else
9797
MOVE="mv"
@@ -103,4 +103,4 @@ mv ${KUBEBUILDER_VERSION_NAME}_${OSEXT}_${ARCH} kubebuilder && sudo mv -f kubebu
103103
echo "Add kubebuilder to your path; e.g copy paste in your shell and/or edit your ~/.profile file"
104104
echo "export PATH=\$PATH:/usr/local/kubebuilder/bin"
105105
popd
106-
rm -rf $TMP_DIR
106+
rm -rf $TMP_DIR

0 commit comments

Comments
 (0)