fix up whitespace.

pull/6/head
Brendan Burns 2014-06-06 23:38:08 -07:00
parent f833d9a594
commit bdbd79bf0a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
if [ "$(which go)" == "" ]; then
echo "Can't find 'go' in PATH, please fix and retry."
echo "See http://golang.org/doc/install for installation instructions."
exit 1
exit 1
fi
pushd $(dirname "${BASH_SOURCE}")/.. >/dev/null