aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local/bin/weath
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.local/bin/weath')
-rwxr-xr-xdotfiles/.local/bin/weath4
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/.local/bin/weath b/dotfiles/.local/bin/weath
index d644bfb..5d588bb 100755
--- a/dotfiles/.local/bin/weath
+++ b/dotfiles/.local/bin/weath
@@ -1,7 +1,7 @@
#!/bin/sh
-location="Saint Petersburg"
+location="Saint-Petersburg"
[ -n "$1" ] && location=$1
-curl wttr.in/"$location"
+curl "wttr.in/$location"