1
Fork 0

Fix unexcaped `s in justfile

This commit is contained in:
prescientmoon 2025-03-20 18:38:13 +01:00
parent e2e3690a80
commit def4b815f7
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -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