Explorar o código

Merge pull request #8489 from nextcloud/fixNotNullFix

Fix not null fix
Tobias Kaminsky %!s(int64=4) %!d(string=hai) anos
pai
achega
60de5fd5ff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/analysis/analysis-wrapper.sh

+ 1 - 1
scripts/analysis/analysis-wrapper.sh

@@ -146,7 +146,7 @@ else
         exit $lintValue
     fi
 
-    if [ -z "$notNull" ]; then
+    if [ -n "$notNull" ]; then
         exit 1
     fi