Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
bnomei authored and github-actions[bot] committed Oct 22, 2023
1 parent f771940 commit e95010a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/patch.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

function patchKirbyHelpers()
{
$h = __DIR__ . '/kirby/config/helpers.php';
$h = __DIR__.'/kirby/config/helpers.php';
if (file_exists($h)) {
// open file and change a function name dump to xdump and save file again
$content = file_get_contents($h);
Expand Down

0 comments on commit e95010a

Please sign in to comment.