Skip to content

Commit

Permalink
Make sure the 'prefix' has a trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeda committed Nov 11, 2014
1 parent c670835 commit df007d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/push-official-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ KUBE_GCS_MAKE_PUBLIC=y
KUBE_GCS_UPLOAD_RELEASE=y
KUBE_GCS_RELEASE_BUCKET=kubernetes-release
KUBE_GCS_PROJECT=google-containers
KUBE_GCS_RELEASE_PREFIX=release/${KUBE_RELEASE_VERSION}
KUBE_GCS_RELEASE_PREFIX=release/${KUBE_RELEASE_VERSION}/

KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
source "$KUBE_ROOT/build/common.sh"
Expand Down

0 comments on commit df007d1

Please sign in to comment.