Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix update.sh #3915

Merged
merged 1 commit into from
Jan 29, 2015
Merged

Fix update.sh #3915

merged 1 commit into from
Jan 29, 2015

Conversation

brendandburns
Copy link
Contributor

@@ -23,7 +23,7 @@ if [[ "${DOCKER_HUB_USER+set}" != "set" ]] ; then
exit 1
fi

export KUBE_ROOT=$(dirname $0)/../..
export KUBE_REPO_ROOT=$(dirname $0)/../..
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The previous in #3576 actually said:

export KUBE_REPO_ROOT=${KUBE_REPO_ROOT-$(dirname $0)/../..}

Do we want that instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

@filbranden
Copy link
Contributor

One minor nit, otherwise looks good.

@brendandburns
Copy link
Contributor Author

Comment addressed. I'm merging since e2e is broken.

brendandburns added a commit that referenced this pull request Jan 29, 2015
@brendandburns brendandburns merged commit ca6de16 into kubernetes:master Jan 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants