Skip to content

Commit

Permalink
Fix for use-defaults flag to populate folder info
Browse files Browse the repository at this point in the history
  • Loading branch information
kilrizzy committed Jul 25, 2017
1 parent 70ae052 commit 8122ad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Commands/Host.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8122ad2

Please sign in to comment.