Skip to content

Commit

Permalink
Fixing wierd workflows in bake when project baking was aborted, it wo…
Browse files Browse the repository at this point in the history
…uld ask if you wanted to create a database config file for the aborted app.
  • Loading branch information
markstory committed Oct 31, 2009
1 parent ad8cba4 commit e6c58e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cake/console/libs/bake.php
Expand Up @@ -81,6 +81,8 @@ function main() {
if (!is_dir($this->DbConfig->path)) {
if ($this->Project->execute()) {
$this->DbConfig->path = $this->params['working'] . DS . 'config' . DS;
} else {
return false;
}
}

Expand Down

0 comments on commit e6c58e8

Please sign in to comment.