From 1757d8c4e81b09002f64bfc2ff64050d3a37c222 Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 15 Jul 2024 13:00:53 +0000 Subject: [PATCH] again --- python_modules/infra.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_modules/infra.py b/python_modules/infra.py index 8e0d8346..8b7bd581 100644 --- a/python_modules/infra.py +++ b/python_modules/infra.py @@ -323,8 +323,8 @@ class ServerConfigFiles: Initialize the ServerConfigFiles class. Args: - sbase (str): Server base (e.g., "debian", "devuan"). - sarch (str): Server architecture (e.g., "amd64", "arm64"). + sbase (str): Server base (e.g., "debsrv", "devsrv"). + sarch (str): Server architecture (e.g., "64"). build_base (BuildBase): Instance of BuildBase containing necessary context. """ self.sbase = sbase