Completed
Push — feature/handling_input_file_li... ( 82ddbd...21b9bc )
by
unknown
08:06 queued 06:03
created
src/Command/ImportCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -232,7 +232,7 @@
 block discarded – undo
232 232
             $filePath = getcwd().'/'.str_replace(getcwd(), '', $file->getPath().'/'.$file->getFilename());
233 233
             //need to check when the -i option is used
234 234
             if (!file_exists($filePath)) {
235
-               continue;
235
+                continue;
236 236
             }
237 237
 
238 238
             $doc = $this->frontMatter->parse(file_get_contents($filePath));
Please login to merge, or discard this patch.