weather: use proper URL

Signed-off-by: Nicolás Ortega Froysa <nicolas@ortegas.org>
This commit is contained in:
Nicolás A. Ortega Froysa 2023-08-18 11:00:43 +02:00
parent 46d3cf2484
commit 76f5fb5053

View File

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
curl "wttr.in/$1?m" curl "http://wttr.in/$1?m"