Skip to content

Commit af7c7dc

Browse files
committed
no message
1 parent 39d658e commit af7c7dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyttman/tools/pyttmancli/ability.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ def before_create(self):
2727
self.storage.put("app", None)
2828
self.storage.put("ready", False)
2929
self.storage.put("template_url",
30-
"https://github.com/dotchetter/pyttman-"
31-
"project-template/archive/refs/heads/main.zip")
30+
"https://github.com/Hashmap-Software-Agency/"
31+
"pyttman-project-template/archive/refs/heads/main.zip")
3232

3333
def run_application(self) -> None:
3434
"""

0 commit comments

Comments
 (0)