Skip to content

Commit

Permalink
Fix invalid minishift start option in install_local_shift.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jsm84 committed Jul 24, 2018
1 parent 1c49102 commit 755d401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_local_shift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This is used to start and build services for running e2e tests

set -e
MINISHIFT_ENABLE_EXPERIMENTAL=y minishift start --service-catalog \
MINISHIFT_ENABLE_EXPERIMENTAL=y minishift start --extra-clusterup-flags "--service-catalog" \
|| { echo 'Cannot start shift.'; exit 1; }

eval $(minishift docker-env) \
Expand Down

0 comments on commit 755d401

Please sign in to comment.