Skip to content

Commit

Permalink
Merge pull request #392 from jsm84/master
Browse files Browse the repository at this point in the history
Fix invalid `minishift start` option in build_local_shift.sh
  • Loading branch information
ecordell authored Jul 25, 2018
2 parents 5d7bae4 + 755d401 commit afba6b8
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 afba6b8

Please sign in to comment.