@@ -232,7 +232,7 @@ |
||
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)); |