@@ -84,7 +84,7 @@ |
||
84 | 84 | $wrap = new TextWrapper($app); |
85 | 85 | |
86 | 86 | $wrap->setOption('configuration', $this->getConfigurationPath()); |
87 | - $wrap->setOption('parser', $this->getParser()); |
|
87 | + $wrap->setOption('parser', $this->getParser()); |
|
88 | 88 | |
89 | 89 | $action = $wrap->getMigrate($this->getEnvironment(), $this->getTarget()); |
90 | 90 |