mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
Fix not null fix
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
9d8b3f588b
commit
419cb69b08
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ else
|
|||
exit $lintValue
|
||||
fi
|
||||
|
||||
if [ -z "$notNull" ]; then
|
||||
if [ -n "$notNull" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue