summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-02-19 13:47:52 +0100
committermakefu <github@syntax-fehler.de>2020-02-19 13:48:17 +0100
commit56d41de8219adc84025d18e45c8d8bf40b96d49b (patch)
treee5455086aa29250c26723f680a7c7c54c6b84bcd /scripts
parentcce239447f2341648a0db19f665c88d3801304ac (diff)
use https:HEADmaster
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