Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
dotchetter committed Dec 23, 2023
1 parent 39d658e commit af7c7dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyttman/tools/pyttmancli/ability.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def before_create(self):
self.storage.put("app", None)
self.storage.put("ready", False)
self.storage.put("template_url",
"https://github.com/dotchetter/pyttman-"
"project-template/archive/refs/heads/main.zip")
"https://github.com/Hashmap-Software-Agency/"
"pyttman-project-template/archive/refs/heads/main.zip")

def run_application(self) -> None:
"""
Expand Down

0 comments on commit af7c7dc

Please sign in to comment.