@@ -44,6 +44,6 @@ |
||
| 44 | 44 | $payload = new CreateMigrationPayload($configurationPath); |
| 45 | 45 | $pipeline->process($payload); |
| 46 | 46 | |
| 47 | - $this->output->writeln('Created ' . $payload->getIndexVersionName()); |
|
| 47 | + $this->output->writeln('Created '.$payload->getIndexVersionName()); |
|
| 48 | 48 | } |
| 49 | 49 | } |