This commit is contained in:
2026-01-21 23:25:07 -08:00
parent 38a5ac89fc
commit dc6a66cf67

View File

@@ -778,7 +778,7 @@ def main() -> int:
"""Prompt for a clone location when running outside the repository."""
nonlocal repo_root, script_dir, is_in_repo
if is_in_repo:
if is_in_repo and script_path is not None:
return True
if not shutil.which("git"):