diff --git a/app/command/Install.php b/app/command/Install.php index eeb1e8a..3d04eb1 100644 --- a/app/command/Install.php +++ b/app/command/Install.php @@ -28,7 +28,7 @@ class Install extends Command { if (file_exists($lockFile)) { $output->highlight("You have already installed it, please do not reinstall!"); - $output->highlight("If necessary, delete the app/install/lock.ini and try again"); + $output->highlight("If necessary, delete the install/lock.ini and try again"); exit; }