mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
quotes
This commit is contained in:
parent
8510e56817
commit
d7c8d9be35
1 changed files with 1 additions and 1 deletions
|
@ -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 #
|
||||
##############################################
|
||||
|
|
Loading…
Reference in a new issue