Skip to content

Commit 4208604

Browse files
author
pengjiahan.pjh
committed
test
1 parent bf6d9e8 commit 4208604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/specify_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ def deep_merge(base: dict, update: dict) -> dict:
629629
return merged
630630

631631
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]:
632-
repo_owner = "github"
632+
repo_owner = "KUTEJiang"
633633
repo_name = "spec-kit"
634634
if client is None:
635635
client = httpx.Client(verify=ssl_context)

0 commit comments

Comments
 (0)