Skip to content

Commit

Permalink
Remove backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Feb 22, 2024
1 parent 0fcabd9 commit 995b8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/clear/logins.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
'command' => static function (CLI $cli): void {
F::remove($cli->kirby()->root('accounts') . '/.logins');

$cli->success('The `.logins` file has been deleted');
$cli->success('The .logins file has been deleted');
}
];

0 comments on commit 995b8f1

Please sign in to comment.