fix(klipper): use correct value for py_ver variable in update function

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
th33xitus
2022-11-14 19:50:55 +01:00
parent 67afa26ed7
commit e9c23ca93e

View File

@@ -510,7 +510,7 @@ function update_klipper() {
local custom_repo="${custom_klipper_repo}" local custom_repo="${custom_klipper_repo}"
local custom_branch="${custom_klipper_repo_branch}" 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" do_action_service "stop" "klipper"