There was an error while loading. Please reload this page.
1 parent 4538a58 commit a8f52f0Copy full SHA for a8f52f0
1 file changed
src/Generator/CollisionHandler.php
@@ -31,7 +31,7 @@ public function handle(string $targetFile, string $newContent, array $parameters
31
return $this->mergeJson($targetFile, $newContent);
32
33
case 'md':
34
- return $this->appendFile($targetFile, "\n---\n" . $newContent);
+ return $this->appendFile($targetFile, "\n---\n" . $newContent);
35
}
36
37
return false;
0 commit comments