summaryrefslogtreecommitdiff
path: root/bin/bootstrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bootstrap.py')
-rwxr-xr-xbin/bootstrap.py2
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"