Skip to content

Commit

Permalink
Fix for use-defaults flag to populate default composer info
Browse files Browse the repository at this point in the history
  • Loading branch information
kilrizzy committed Jul 25, 2017
1 parent 02f549b commit 70ae052
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Commands/Host.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ private function updateFromOptions(){
private function interrogate(){

$projectName = 'project-' . time();
$this->useComposer = $this->config->getUseComposer();
$this->composerProject = $this->config->getComposerProject();


if($this->useDefaults){
Expand Down

0 comments on commit 70ae052

Please sign in to comment.