From 76f5fb5053b50516ff6f3552edb4c2e5de955e44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Fri, 18 Aug 2023 11:00:43 +0200 Subject: [PATCH] weather: use proper URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nicolás Ortega Froysa --- weather | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weather b/weather index bb92b69..dfd9b2f 100755 --- a/weather +++ b/weather @@ -1,2 +1,2 @@ #!/bin/sh -curl "wttr.in/$1?m" +curl "http://wttr.in/$1?m"