From 067ea360b09602647fba6a31c6218a03f808df24 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Sat, 19 Mar 2022 22:15:05 +0100 Subject: [PATCH] style(kiauh.sh): typo in comment Signed-off-by: Dominik Willner th33xitus@gmail.com --- scripts/klipper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/klipper.sh b/scripts/klipper.sh index 336e4e4..3d3d3e7 100644 --- a/scripts/klipper.sh +++ b/scripts/klipper.sh @@ -343,7 +343,7 @@ function get_klipper_status(){ sf_count=1 fi - ### remove the "SERVICE" entry from the klipper_data array if a klipper service is installed + ### remove the "SERVICE" entry from the data array if a klipper service is installed local data_arr=(SERVICE "${KLIPPER_DIR}" "${KLIPPY_ENV}") [ "${sf_count}" -gt 0 ] && unset "data_arr[0]"