diff --git a/app/Commands/Host.php b/app/Commands/Host.php index 4fb0a78..27bc9fd 100644 --- a/app/Commands/Host.php +++ b/app/Commands/Host.php @@ -168,6 +168,7 @@ private function interrogate(){ if(is_null($this->name)) { $this->name = $projectName; } + $this->folder = $this->config->getFolder(); $this->folderSuffix = $this->config->getFolderSuffix(); $this->folderSuffix = rtrim($this->folderSuffix, "/"); $this->database = $this->defaultDatabaseNameFromKey($this->name);