Completed
Push — master ( 14a1e9...0416c5 )
by GBProd
03:35
created
src/ElasticaExtraBundle/Command/CreateIndexCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     {
36 36
         $client = $this->getClient($input->getOption('client'));
37 37
         $index  = $input->getArgument('index');
38
-        $config  = $input->getOption('config') ?: $index;
38
+        $config = $input->getOption('config') ?: $index;
39 39
 
40 40
         $output->writeln(sprintf(
41 41
             '<info>Creating index <comment>%s</comment> for client <comment>%s</comment></info>',
Please login to merge, or discard this patch.