From d7c8d9be359e3c17621e53492f047230af22214f Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Tue, 21 Jul 2020 10:24:16 -0500 Subject: [PATCH] quotes --- lib/linter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linter.sh b/lib/linter.sh index e76e5943..b9764a5f 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -834,7 +834,7 @@ CallStatusAPI() { ########################################################## # Check to see if were enabled for multi Status mesaages # ########################################################## - if [ $MULTI_STATUS == "true" ]; then + if [ "$MULTI_STATUS" == "true" ]; then ############################################## # Call the status API to create status check # ##############################################