From 2cf06f726534934fc6631584bc15f14c6aa97102 Mon Sep 17 00:00:00 2001 From: zhaoxiang Date: Sat, 10 Oct 2020 15:59:28 +0800 Subject: [PATCH] =?UTF-8?q?modified=20=E4=BC=98=E5=8C=96=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/command/Install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }