From b9e044f93281813eee1e63ef71fbe10f15a1fb58 Mon Sep 17 00:00:00 2001 From: InsanePrawn Date: Mon, 27 Mar 2023 18:59:55 +0200 Subject: [PATCH] constants: rename 'distro.yaml' to 'distro.yml' --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.py b/constants.py index 0112f00..0d470ec 100644 --- a/constants.py +++ b/constants.py @@ -26,7 +26,7 @@ BASE_PACKAGES: list[str] = BASE_LOCAL_PACKAGES + [ POST_CMDS = ['kupfer-config apply'] -REPOS_CONFIG_FILE = "repos.yaml" +REPOS_CONFIG_FILE = "repos.yml" REPOSITORIES = [ 'boot',