Skip to content

Commit 1c0e892

Browse files
authored
Merge pull request #84 from Hashmap-Software-Agency/update-repository-url-for-template-app
Set new repository url as project template
2 parents 9229775 + af7c7dc commit 1c0e892

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)