@@ -137,7 +137,7 @@ |
||
137 | 137 | $config = $this->getActiveRecordConfig(); |
138 | 138 | $output = $this->getOutputFile($args[2]); |
139 | 139 | if (is_file($output) && !$this->_overwrite) { |
140 | - $this->_outWriter->writeError("File $output already exists, skipping. "); |
|
140 | + $this->_outWriter->writeError("file $output already exists, skipping. "); |
|
141 | 141 | } elseif ($config !== false && $output !== false) { |
142 | 142 | $this->generateActiveRecord($config, $args[1], $output); |
143 | 143 | } |