mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +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
|
exit $lintValue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$notNull" ]; then
|
if [ -n "$notNull" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue