mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
fix up whitespace.
This commit is contained in:
parent
f833d9a594
commit
bdbd79bf0a
@ -18,7 +18,7 @@
|
|||||||
if [ "$(which go)" == "" ]; then
|
if [ "$(which go)" == "" ]; then
|
||||||
echo "Can't find 'go' in PATH, please fix and retry."
|
echo "Can't find 'go' in PATH, please fix and retry."
|
||||||
echo "See http://golang.org/doc/install for installation instructions."
|
echo "See http://golang.org/doc/install for installation instructions."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pushd $(dirname "${BASH_SOURCE}")/.. >/dev/null
|
pushd $(dirname "${BASH_SOURCE}")/.. >/dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user