Skip to content

Commit

Permalink
Merge pull request kubernetes#5428 from gmarek/client2
Browse files Browse the repository at this point in the history
fix ginko-e2e.sh
  • Loading branch information
jszczepkowski committed Mar 13, 2015
2 parents 025a850 + c3ff369 commit 39dceb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/ginkgo-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export KUBECTL KUBE_CONFIG_FILE
source "${KUBE_ROOT}/cluster/kube-env.sh"

# ---- Do cloud-provider-specific setup
if [[ -z "$AUTH_CONFIG" ]]; then
if [[ -z "${AUTH_CONFIG:-}" ]]; then
echo "Setting up for KUBERNETES_PROVIDER=\"${KUBERNETES_PROVIDER}\"."

source "${KUBE_VERSION_ROOT}/cluster/${KUBERNETES_PROVIDER}/util.sh"
Expand Down

0 comments on commit 39dceb1

Please sign in to comment.