From 988fcb3b9265b1f66e3041b5748c3511c61a63f2 Mon Sep 17 00:00:00 2001 From: Pietro Marangon Date: Sun, 26 Apr 2020 17:58:31 +0200 Subject: [PATCH] Update migrate --- bin/migrate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/migrate b/bin/migrate index 4fa483c..c5f2a4c 100644 --- a/bin/migrate +++ b/bin/migrate @@ -40,6 +40,6 @@ if (file_exists(__DIR__.'/../install') && (!isset($config['debug']) || !$config[ 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' . DIRECTORY_SEPARATOR . 'clean".'.PHP_EOL; echo 'Done.'.PHP_EOL; exit(0);