From 23b6f98c7d52243bb18ba97cde3efa433d69a8d1 Mon Sep 17 00:00:00 2001 From: Alex Epstein Date: Wed, 28 Jun 2017 14:53:32 -0400 Subject: [PATCH] This change allows to call wttr.in/Moon --- weather/weather | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weather/weather b/weather/weather index 4ad365f..8169e73 100755 --- a/weather/weather +++ b/weather/weather @@ -20,7 +20,7 @@ getIPWeather() getLocationWeather() { - curl $locale.wttr.in/$1,$2,$3,$4 + curl $locale.wttr.in/$1+$2+$3+$4 } checkInternet()