Remove extra space in go prompt: "go 1.7" instead of "go 1.7" (#198)

This commit is contained in:
Lyncredible
2017-03-17 18:15:07 -07:00
committed by Caio Gondim
parent 09b5d897a0
commit d0afdcc589

View File

@@ -122,7 +122,7 @@ if [ ! -n "${BULLETTRAIN_GO_FG+1}" ]; then
BULLETTRAIN_GO_FG=white BULLETTRAIN_GO_FG=white
fi fi
if [ ! -n "${BULLETTRAIN_GO_PREFIX+1}" ]; then if [ ! -n "${BULLETTRAIN_GO_PREFIX+1}" ]; then
BULLETTRAIN_GO_PREFIX="go " BULLETTRAIN_GO_PREFIX="go"
fi fi
# DIR # DIR