diff --git a/Scripts/Bash/Functions/Commons/cli_printMessage.sh b/Scripts/Bash/Functions/Commons/cli_printMessage.sh index bab8874..c2cfac0 100755 --- a/Scripts/Bash/Functions/Commons/cli_printMessage.sh +++ b/Scripts/Bash/Functions/Commons/cli_printMessage.sh @@ -25,8 +25,8 @@ function cli_printMessage { - # Verify `--quiet' option. - if [[ "$FLAG_QUIET" == 'true' ]];then + # Verify verbose option. + if [[ "$FLAG_VERBOSE" == 'false' ]];then return fi