Merge pull request #8489 from nextcloud/fixNotNullFix

Fix not null fix
This commit is contained in:
Tobias Kaminsky 2021-05-27 10:54:20 +02:00 committed by GitHub
commit 60de5fd5ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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