Merge pull request #1224 from ironcladlou/spellmaster

Typo correction
pull/6/head
Daniel Smith 2014-09-08 17:29:48 -07:00
commit d962635ad3
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ kube::setup_go_environment() {
GOPATH="${KUBE_TARGET}:${KUBE_REPO_ROOT}/Godeps/_workspace"
export GOPATH
# Unset GOBIN in case it already exsits in the current session.
# Unset GOBIN in case it already exists in the current session.
unset GOBIN
}