From dc6a66cf671c8d195aabc7a53a92b7708adadaea Mon Sep 17 00:00:00 2001 From: Nose Date: Wed, 21 Jan 2026 23:25:07 -0800 Subject: [PATCH] ff --- scripts/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.py b/scripts/bootstrap.py index 7039810..633c132 100644 --- a/scripts/bootstrap.py +++ b/scripts/bootstrap.py @@ -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"):