Skip to content

Commit

Permalink
Merge pull request kubernetes#5856 from marshauf/master
Browse files Browse the repository at this point in the history
Use VBoxManage instead of virtualbox in cluster/vagrant/util.sh
  • Loading branch information
derekwaynecarr committed Mar 24, 2015
2 parents ed68c8e + cf36fdc commit dabd498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/vagrant/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function detect-minions {
# Verify prereqs on host machine Also sets exports USING_KUBE_SCRIPTS=true so
# that our Vagrantfile doesn't error out.
function verify-prereqs {
for x in vagrant virtualbox; do
for x in vagrant VBoxManage; do
if ! which "$x" >/dev/null; then
echo "Can't find $x in PATH, please fix and retry."
exit 1
Expand Down

0 comments on commit dabd498

Please sign in to comment.