From 8f7bb2de8b3fbf71049e6a8035c5f05cf72d7ad5 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 2 Mar 2021 06:41:04 -0600 Subject: [PATCH] Escape single quote. --- 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 990210b..95e7a0f 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