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.
2 parents 9229775 + af7c7dc commit 1c0e892Copy full SHA for 1c0e892
pyttman/tools/pyttmancli/ability.py
@@ -27,8 +27,8 @@ def before_create(self):
27
self.storage.put("app", None)
28
self.storage.put("ready", False)
29
self.storage.put("template_url",
30
- "https://github.com/dotchetter/pyttman-"
31
- "project-template/archive/refs/heads/main.zip")
+ "https://github.com/Hashmap-Software-Agency/"
+ "pyttman-project-template/archive/refs/heads/main.zip")
32
33
def run_application(self) -> None:
34
"""
0 commit comments