@@ -56,7 +56,7 @@ |
||
| 56 | 56 | |
| 57 | 57 | protected function formatOutputPath(string $path): string |
| 58 | 58 | { |
| 59 | - if (! file_exists(Hyde::sitePath($path))) { |
|
| 59 | + if (!file_exists(Hyde::sitePath($path))) { |
|
| 60 | 60 | return "_site/$path"; |
| 61 | 61 | } |
| 62 | 62 | |