Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Fixes #1446: Vm::checkRequirements never called during VM setup. #1450

Merged
merged 1 commit into from
Apr 27, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Robo/Commands/Vm/VmCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ protected function localInitialize() {
* Boots a Drupal VM.
*/
protected function boot() {
$this->checkRequirements();
$confirm = $this->confirm("Do you want to boot Drupal VM?", TRUE);
if ($confirm) {
$this->say("In future, run <comment>vagrant up</comment> to boot the VM");
Expand Down