Skip to content

Commit

Permalink
修改错误命名
Browse files Browse the repository at this point in the history
  • Loading branch information
fuchengwei committed Sep 19, 2020
1 parent a26ccca commit 591d628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`]
}
}

Expand Down

0 comments on commit 591d628

Please sign in to comment.