Browse Source

Merge pull request #8489 from nextcloud/fixNotNullFix

Fix not null fix
Tobias Kaminsky 4 năm trước cách đây
mục cha
commit
60de5fd5ff
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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