diff --git a/src/Robo/Plugin/Commands/GetDBCommand.php b/src/Robo/Plugin/Commands/GetDBCommand.php index 876c5b0..aff22f4 100644 --- a/src/Robo/Plugin/Commands/GetDBCommand.php +++ b/src/Robo/Plugin/Commands/GetDBCommand.php @@ -30,7 +30,7 @@ public function getDB(ConsoleIO $io, array $args) { $tasks = $this->collectionBuilder($io); if (!file_exists($dbFolder)) { - $tasks->addTask($this->_mkdir($dbFolder)); + $tasks->addTask($this->taskFilesystemStack()->mkdir($dbFolder)); } switch ($remotePlatform) {