mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-17 12:34:29 +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=[
|
options=[
|
||||||
("type", "git_repo"),
|
("type", "git_repo"),
|
||||||
("path", KLIPPERSCREEN_DIR.as_posix()),
|
("path", KLIPPERSCREEN_DIR.as_posix()),
|
||||||
("orgin", KLIPPERSCREEN_REPO),
|
("origin", KLIPPERSCREEN_REPO),
|
||||||
("manages_servcies", "KlipperScreen"),
|
("managed_services", "KlipperScreen"),
|
||||||
("env", f"{KLIPPERSCREEN_ENV_DIR}/bin/python"),
|
("env", f"{KLIPPERSCREEN_ENV_DIR}/bin/python"),
|
||||||
("requirements", KLIPPERSCREEN_REQ_FILE.as_posix()),
|
("requirements", KLIPPERSCREEN_REQ_FILE.as_posix()),
|
||||||
("install_script", KLIPPERSCREEN_INSTALL_SCRIPT.as_posix()),
|
("install_script", KLIPPERSCREEN_INSTALL_SCRIPT.as_posix()),
|
||||||
|
|||||||
@@ -175,7 +175,7 @@ class TelegramBotExtension(BaseExtension):
|
|||||||
options=[
|
options=[
|
||||||
("type", "git_repo"),
|
("type", "git_repo"),
|
||||||
("path", str(TG_BOT_DIR)),
|
("path", str(TG_BOT_DIR)),
|
||||||
("orgin", TG_BOT_REPO),
|
("origin", TG_BOT_REPO),
|
||||||
("env", env_py),
|
("env", env_py),
|
||||||
("requirements", "scripts/requirements.txt"),
|
("requirements", "scripts/requirements.txt"),
|
||||||
("install_script", "scripts/install.sh"),
|
("install_script", "scripts/install.sh"),
|
||||||
|
|||||||
Reference in New Issue
Block a user