|
|
@@ -187,7 +187,7 @@ class ExtractTask extends Shell {
|
|
|
if (isset($this->params['output'])) {
|
|
|
$this->_output = $this->params['output'];
|
|
|
} elseif (isset($this->params['plugin'])) {
|
|
|
- $this->_output = $this->_paths[0] . DS . 'Locale';
|
|
|
+ $this->_output = rtrim($this->_paths[0], DS) . DS . 'src' . DS . 'Locale';
|
|
|
} else {
|
|
|
$message = "What is the path you would like to output?\n[Q]uit";
|
|
|
while (true) {
|