From e9c23ca93edaa1291789346ae5839525beb4cc18 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Mon, 14 Nov 2022 19:50:55 +0100 Subject: [PATCH] fix(klipper): use correct value for `py_ver` variable in update function Signed-off-by: Dominik Willner --- scripts/klipper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/klipper.sh b/scripts/klipper.sh index a356a766..c611d983 100644 --- a/scripts/klipper.sh +++ b/scripts/klipper.sh @@ -510,7 +510,7 @@ function update_klipper() { local custom_repo="${custom_klipper_repo}" local custom_branch="${custom_klipper_repo_branch}" - py_ver="python$(get_klipper_python_ver)" + py_ver=$(get_klipper_python_ver) do_action_service "stop" "klipper"