diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-08-05 05:05:40 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-08-05 05:05:40 +0300 |
commit | c157c9a139ddda9dc760af36fb8b2299bc32a051 (patch) | |
tree | 2a0ce200a07e8a2bc6fffdaab5db5ceb7bcadc07 /dotfiles/.local/bin/weath | |
parent | 4743810ba16ded2c3d60c8ae23710dfafae3a76c (diff) | |
download | swayrice-c157c9a139ddda9dc760af36fb8b2299bc32a051.tar.gz swayrice-c157c9a139ddda9dc760af36fb8b2299bc32a051.zip |
Minor improvements and changes here and there
Diffstat (limited to 'dotfiles/.local/bin/weath')
-rwxr-xr-x | dotfiles/.local/bin/weath | 4 |
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" |