Skip to content

Commit

Permalink
Fixed database name
Browse files Browse the repository at this point in the history
  • Loading branch information
akalongman committed Jan 15, 2016
1 parent 62da64d commit 6d70701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ protected function configurePaths()

// Fix database name
$yaml = str_replace(
'- fourstead', '- '.$this->defaultName.'.dev', $yaml
'- fourstead', '- '.$this->defaultName, $yaml
);


Expand Down

0 comments on commit 6d70701

Please sign in to comment.