lib/geordi/commands/eurest.rb in geordi-1.1.3 vs lib/geordi/commands/eurest.rb in geordi-1.1.4

- old
+ new

@@ -1,4 +1,4 @@ desc 'eurest', 'Open the current Eurest cantina menu' def eurest - Util.system! %{file="Sigma_KW`date +%V`.pdf" && wget -O/tmp/$file http://www.eurest-extranet.de/eurest/export/sites/default/sigma-technopark/de/downloads/$file && xdg-open /tmp/$file} + Util.system! %{file="Speiseplan_KW`date +%V`.pdf" && wget -O/tmp/$file http://www.eurest-extranet.de/eurest/export/sites/default/sigma-technopark/de/downloads/$file && xdg-open /tmp/$file} end