Skip to content

Commit d068e1c

Browse files
author
pengjiahan.pjh
committed
fix:test
1 parent 0369d2a commit d068e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/specify_cli/__init__.py

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

567567
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]:
568-
repo_owner = "KUTEJiang"
568+
repo_owner = "github"
569569
repo_name = "spec-kit"
570570
if client is None:
571571
client = httpx.Client(verify=ssl_context)

0 commit comments

Comments
 (0)