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 # ##############################################