Browse Source

Fix not null fix

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 3 năm trước cách đây
mục cha
commit
419cb69b08
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