From 90857015632454e1cfc26053df59ecd870a37475 Mon Sep 17 00:00:00 2001 From: paukstelis Date: Thu, 16 Jun 2022 20:40:13 -0400 Subject: [PATCH] fix caps --- octoprint_deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index 9fbd1da..5413759 100755 --- a/octoprint_deploy.sh +++ b/octoprint_deploy.sh @@ -1020,11 +1020,11 @@ main_menu() { usb_testing break ;; - "Create backup") + "Create Backup") create_menu break ;; - "Restore backup") + "Restore Backup") restore_menu break ;;