We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adbefef commit a8b3835Copy full SHA for a8b3835
pyproject.toml
@@ -40,7 +40,7 @@ description = "Format yaml & toml files"
40
env = { RUST_LOG = "warn" }
41
42
[tool.pixi.tasks.tpl-init-cruft]
43
-cmd = "pixi run -e template cruft create git@github.com:complexity-science-hub/llm-in-a-box-template.git"
+cmd = "pixi run -e template cruft create https://github.com/complexity-science-hub/llm-in-a-box-template.git"
44
description = "Initialize template"
45
46
0 commit comments