From 591d628b5b01e24c5f263414b05e976d7dd3ec4b Mon Sep 17 00:00:00 2001 From: Fuchengwei <1572060320@qq.com> Date: Sat, 19 Sep 2020 17:20:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF=E5=91=BD?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/commands/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/init.js b/lib/commands/init.js index 5a44f28..e32f0e7 100644 --- a/lib/commands/init.js +++ b/lib/commands/init.js @@ -33,7 +33,7 @@ const createJsonObj = (userInputInfo) => { password: userInputInfo[`${env}Password`], distPath: userInputInfo[`${env}DistPath`], webDir: userInputInfo[`${env}WebDir`], - isRemoveRemoteFile: userInputInf[`${env}IsRemoveRemoteFile`] + isRemoveRemoteFile: userInputInfo[`${env}IsRemoveRemoteFile`] } }