diff options
-rwxr-xr-x | bin/bootstrap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bootstrap.py b/bin/bootstrap.py index 6f7233a9..2a8c19c2 100755 --- a/bin/bootstrap.py +++ b/bin/bootstrap.py @@ -35,7 +35,7 @@ Json = Dict[str, Any] DEBUG = os.environ.get("DEBUG") -REPOS: str = "etc/repos.json" +REPOS: str = "etc/repos.in.json" MAIN_MODULE: str = "" MAIN_TARGET: str = "" MAIN_STAGE: str = "bin/just" |