From def4b815f73046f396e54a8244e3a7b003ec2ccc Mon Sep 17 00:00:00 2001 From: prescientmoon <git@moonythm.dev> Date: Thu, 20 Mar 2025 18:38:13 +0100 Subject: [PATCH] Fix unexcaped `s in justfile --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 8b1ea48..4a62748 100644 --- a/justfile +++ b/justfile @@ -17,7 +17,7 @@ build-dev: update-modification-dates: MOONYTHM_UPDATE_LAST_MODIFIED=1 cargo run git add last_modified.toml - git commit -m "Update `last_modified.toml`" + git commit -m "Update \`last_modified.toml\`" # }}} # {{{ Linting lint: lint-vnu lint-css lint-htmltest lint-htmlvalidate