From 0369d2a50e0a258bee2f6e2e88b8bdf575df890c Mon Sep 17 00:00:00 2001 From: "pengjiahan.pjh" Date: Mon, 3 Nov 2025 20:05:32 +0800 Subject: [PATCH] test --- src/specify_cli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/specify_cli/__init__.py b/src/specify_cli/__init__.py index 842594a4..36d8a4f9 100644 --- a/src/specify_cli/__init__.py +++ b/src/specify_cli/__init__.py @@ -565,7 +565,7 @@ def merge_json_files(existing_path: Path, new_content: dict, verbose: bool = Fal return merged 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]: - repo_owner = "github" + repo_owner = "KUTEJiang" repo_name = "spec-kit" if client is None: client = httpx.Client(verify=ssl_context)