浏览代码

Merge pull request #8489 from nextcloud/fixNotNullFix

Fix not null fix
Tobias Kaminsky 4 年之前
父节点
当前提交
60de5fd5ff
共有 1 个文件被更改,包括 1 次插入1 次删除
  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