mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-13 10:34:28 +05:00
fix: typo in "origin" and "managed_services" (#520)
* fix: typo in "origin" and "managed_services" for klipperscreen update manager config Signed-off-by: Dominik Willner <th33xitus@gmail.com> * fix: typo in "origin" for moonraker telegram bot update manager config Signed-off-by: Dominik Willner <th33xitus@gmail.com> --------- Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
@@ -103,8 +103,8 @@ def patch_klipperscreen_update_manager(instances: List[Moonraker]) -> None:
|
||||
options=[
|
||||
("type", "git_repo"),
|
||||
("path", KLIPPERSCREEN_DIR.as_posix()),
|
||||
("orgin", KLIPPERSCREEN_REPO),
|
||||
("manages_servcies", "KlipperScreen"),
|
||||
("origin", KLIPPERSCREEN_REPO),
|
||||
("managed_services", "KlipperScreen"),
|
||||
("env", f"{KLIPPERSCREEN_ENV_DIR}/bin/python"),
|
||||
("requirements", KLIPPERSCREEN_REQ_FILE.as_posix()),
|
||||
("install_script", KLIPPERSCREEN_INSTALL_SCRIPT.as_posix()),
|
||||
|
||||
@@ -175,7 +175,7 @@ class TelegramBotExtension(BaseExtension):
|
||||
options=[
|
||||
("type", "git_repo"),
|
||||
("path", str(TG_BOT_DIR)),
|
||||
("orgin", TG_BOT_REPO),
|
||||
("origin", TG_BOT_REPO),
|
||||
("env", env_py),
|
||||
("requirements", "scripts/requirements.txt"),
|
||||
("install_script", "scripts/install.sh"),
|
||||
|
||||
Reference in New Issue
Block a user