Fix not null fix

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2021-05-27 10:14:53 +02:00
parent 9d8b3f588b
commit 419cb69b08
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7

View file

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