Hotfix, weekly nabidka != denni nabidka
This commit is contained in:
parent
e9254f6c97
commit
7f41a6a806
|
@ -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"
|
Loading…
Reference in New Issue