فهرست منبع

3.1.RC1
renabled remove dir

Sergio Brighenti 5 سال پیش
والد
کامیت
d5b95f542b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      bin/migrate

+ 1 - 1
bin/migrate

@@ -28,7 +28,7 @@ if (isset($argv[1]) && $argv[1] === '--install') {
 }
 }
 
 
 if (file_exists(__DIR__.'/../install') && (!isset($config['debug']) || !$config['debug'])) {
 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;
 echo 'If you are upgrading from a previous version, please run a "php bin\clean".'.PHP_EOL;