Skip to content

Commit

Permalink
3.1.RC1
Browse files Browse the repository at this point in the history
renabled remove dir
  • Loading branch information
sergix44 committed Apr 6, 2020
1 parent 1c674e5 commit d5b95f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/migrate
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if (isset($argv[1]) && $argv[1] === '--install') {
}

if (file_exists(__DIR__.'/../install') && (!isset($config['debug']) || !$config['debug'])) {
//removeDirectory(__DIR__.'/../install');
removeDirectory(__DIR__.'/../install');
}

echo 'If you are upgrading from a previous version, please run a "php bin\clean".'.PHP_EOL;
Expand Down

0 comments on commit d5b95f5

Please sign in to comment.