Skip to content

Commit 5f99c4d

Browse files
committed
Update repo owner from "github" to "Waveform-Analytics" in template download logic
1 parent c10eadf commit 5f99c4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/specify_cli/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ def deep_merge(base: dict, update: dict) -> dict:
635635
return merged
636636

637637
def download_template_from_github(ai_assistant: str, download_dir: Path, *, script_type: str = "sh", verbose: bool = True, show_progress: bool = True, client: httpx.Client = None, debug: bool = False, github_token: str = None) -> Tuple[Path, dict]:
638-
repo_owner = "github"
638+
repo_owner = "Waveform-Analytics"
639639
repo_name = "spec-kit"
640640
if client is None:
641641
client = httpx.Client(verify=ssl_context)
@@ -1307,7 +1307,7 @@ def version():
13071307
pass
13081308

13091309
# Fetch latest template release version
1310-
repo_owner = "github"
1310+
repo_owner = "Waveform-Analytics"
13111311
repo_name = "spec-kit"
13121312
api_url = f"https://api.github.com/repos/{repo_owner}/{repo_name}/releases/latest"
13131313

0 commit comments

Comments
 (0)