From fbb63af0c1a61dc64907ee48bbdb16ec40af3112 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Wed, 27 Apr 2022 12:32:17 +0200 Subject: [PATCH] fix(switch_klipper_repo.sh): typo Signed-off-by: Dominik Willner th33xitus@gmail.com --- scripts/switch_klipper_repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/switch_klipper_repo.sh b/scripts/switch_klipper_repo.sh index d8cdd08..668e515 100644 --- a/scripts/switch_klipper_repo.sh +++ b/scripts/switch_klipper_repo.sh @@ -70,7 +70,7 @@ function change_klipper_repo_menu(){ esac done else - status_msg "Set custom Klipper repository to:\n ● Repository URL: ${repos[${option}]}\n ● Branch: ${branches[${option}]}" + status_msg "Set custom Klipper repository to:\n ● Repository: ${repos[${option}]}\n ● Branch: ${branches[${option}]}" set_custom_klipper_repo "${repos[${option}]}" "${branches[${option}]}" ok_msg "This repo will now be used for new Klipper installations!\n" fi