Commit cdf52d69 by Qiang Xue

typo fix.

parent e79e33ff
......@@ -595,7 +595,7 @@ return [
'basePath' => __DIR__,
'baseUrl' => '',
],
);
];
EOD;
if (file_exists($configFile)) {
if (!$this->confirm("File '{$configFile}' already exists. Do you wish to overwrite it?")) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment