canteen-info

Scrape weekly menus from canteens surrounding Aarhus University
git clone git://src.adamsgaard.dk/canteen-info
Log | Files | Refs | README | LICENSE

commit b2a0d34897b7635ca847759ddfb0fbcfc54765dd
parent 9ea1c43f749c2a9ea19f5b88c71e897f51e05c71
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue, 24 Feb 2015 09:06:12 +0100

fix typo

Diffstat:
Mcanteeninfo | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/canteeninfo b/canteeninfo @@ -6,7 +6,7 @@ highlight="1234567890asdfasdf" if [[ "$weekday" == "Monday" ]]; then highlight="Mandag" elif [[ "$weekday" == "Tuesday" ]]; then - highlight "Tirsdag" + highlight="Tirsdag" elif [[ "$weekday" == "Wednesday" ]]; then highlight="Onsdag" elif [[ "$weekday" == "Thursday" ]]; then