summaryrefslogtreecommitdiffstats
path: root/mise.toml
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2025-08-24 12:07:47 +0200
committerChristoph Schlosser <christoph@linux.com>2025-08-24 12:07:47 +0200
commit978703ebc86060555da3df4c376e37d16aecce29 (patch)
tree1051dde59aa1b12ed250828035864c89df8e6e97 /mise.toml
parenteb1cafd3fa9f351b57a33e1da3f0f8f27784bb6b (diff)
downloadgit2hugo-978703ebc86060555da3df4c376e37d16aecce29.tar.gz
g2h: Add suporting docs
Diffstat (limited to 'mise.toml')
-rw-r--r--mise.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mise.toml b/mise.toml
index 0854dbd..78eb153 100644
--- a/mise.toml
+++ b/mise.toml
@@ -13,8 +13,8 @@ run = "rm -rf ./test_out && python3 -m g2h.cli test_repo test_out"
[tasks.commit]
run = [
- 'tar czf test_repo/git.tgz -C test_repo .git*',
- 'rm -rf test_repo/.git*',
+ 'tar czf test_repo/git.tgz -C test_repo .git',
+ 'rm -rf test_repo/.git',
'./.mise-tasks/co.sh {{arg(name="commit args", var=true)}}',
'tar xzf test_repo/git.tgz -C test_repo'
]