Completed
Push — symfony-console ( be5f04...81598e )
by Arnaud
03:48
created
src/Command/CommandBuild.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
         }
44 44
         if ($input->getOption('destination')) {
45 45
             $config['site']['output']['dir'] = $input->getOption('destination');
46
-            $this->fs->dumpFile($this->getPath() . '/' . Serve::$tmpDir . '/output', $input->getOption('destination'));
46
+            $this->fs->dumpFile($this->getPath().'/'.Serve::$tmpDir.'/output', $input->getOption('destination'));
47 47
         }
48 48
 
49 49
         try {
Please login to merge, or discard this patch.