summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/weekrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/weekrun b/scripts/weekrun
index 859deed..3f6e8f0 100644
--- a/scripts/weekrun
+++ b/scripts/weekrun
@@ -15,7 +15,7 @@ for i in thales-deutschland ibm-boeblingen buerocampus-wangen continental-villin
arafetch --db $db --cantine $i
ara2influx $db --cantine $i
db=$PDFDIR/$i-$NOW.pdf
- wget http://gast.aramark.de/$i/menu/pdf/woche_de.php -O $db || echo "Unable to fetch pdf plan of $i"
+ wget https://gast.aramark.de/$i/menu/pdf/woche_de.php -O $db || echo "Unable to fetch pdf plan of $i"
done