summaryrefslogtreecommitdiffstats
path: root/mise.toml
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2025-09-19 20:14:59 +0200
committerChristoph Schlosser <christoph@linux.com>2025-09-19 20:14:59 +0200
commit04f8d5f3093e1b13aa704590f4d0bf9dce6afce9 (patch)
tree163392588adcd735a7ab805b24740fdb1120b8ec /mise.toml
parentcebadfcfbe74a9b892854e860d6d50565dffa7be (diff)
downloadgit2hugo-04f8d5f3093e1b13aa704590f4d0bf9dce6afce9.tar.gz
g2h: Make sure backticks in plaintext doesn't break page rendering
Diffstat (limited to 'mise.toml')
-rw-r--r--mise.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mise.toml b/mise.toml
index 4756681..c4444a8 100644
--- a/mise.toml
+++ b/mise.toml
@@ -9,7 +9,7 @@ run = "pip install -r requirements.txt"
[tasks.run]
description = "Run g2h with the test repo"
alias = "r"
-run = "rm -rf ./test_out && python3 -m g2h.cli test_repo test_out --name 'Test repo'"
+run = "rm -rf ./test_out && python3 -m src.g2h.cli --repo test_repo --out test_out --name 'Test repo'"
[tasks.test]
alias = "t"