From 7f41a6a8068d1bd137c65ccf926f21e565edfbac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kydl=C3=AD=C4=8Dek?= Date: Mon, 29 Apr 2024 10:44:34 +0200 Subject: [PATCH] Hotfix, weekly nabidka != denni nabidka --- zradylko.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/zradylko.sh b/zradylko.sh index d83d049..17c826c 100755 --- a/zradylko.sh +++ b/zradylko.sh @@ -44,7 +44,7 @@ get_zradylko() { esac main_course_with_newlines=$(echo "$main_course" | sed 's/ Kč/ Kč\\n/g') - weekly_course_with_newlines=$(echo "$main_course" | sed 's/ Kč/ Kč\\n/g') + weekly_course_with_newlines=$(echo "$weekly_course" | sed 's/ Kč/ Kč\\n/g') # Create a JSON object with the desired fields # shellcheck disable=SC2016 @@ -135,8 +135,5 @@ output=''${output}' } },' -# TODO -# get_microsoft_support - # Print the complete menu data echo "$output" \ No newline at end of file