We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e63a0e + bb47130 commit fde793fCopy full SHA for fde793f
scripts/install.sh
@@ -91,7 +91,7 @@ curl -L "$URL"| tar xz -C $TMP_DIR
91
echo "Downloaded executable files"
92
ls "${KUBEBUILDER_VERSION_NAME}_${OSEXT}_${ARCH}/bin"
93
94
-if [[ -z "${PROW}" ]]; then
+if [[ -z "${PROW}" ]]; then
95
MOVE="sudo mv"
96
else
97
MOVE="mv"
@@ -103,4 +103,4 @@ mv ${KUBEBUILDER_VERSION_NAME}_${OSEXT}_${ARCH} kubebuilder && sudo mv -f kubebu
103
echo "Add kubebuilder to your path; e.g copy paste in your shell and/or edit your ~/.profile file"
104
echo "export PATH=\$PATH:/usr/local/kubebuilder/bin"
105
popd
106
-rm -rf $TMP_DIR
+rm -rf $TMP_DIR
0 commit comments