Browse Source

typo fix.

tags/2.0.0-beta
Qiang Xue 11 years ago
parent
commit
cdf52d69ef
  1. 2
      framework/yii/console/controllers/AssetController.php

2
framework/yii/console/controllers/AssetController.php

@ -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?")) {

Loading…
Cancel
Save