From ed16e4d4cf3f856d2b707703e045d947d5f15d23 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 2 Mar 2021 06:42:52 -0600 Subject: [PATCH] wttr: Escape didn't work (at least in zsh). --- tasks/general/acct_mgmt/users.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index 95e7a0f..4d87a75 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -98,7 +98,7 @@ if [[ "$1" == "-"* || $2 != "" ]]; then echo 'USAGE: weather [location] Any "-" paramaters call the usage since this function does not take any options. - Location is optional since the API can determine your connection\'s location. + Location is optional since the API can determine your connection'"'"'s location. Useful location types: $zip_code | Ex: 12345 $city,$state | Ex: Austin,Texas