mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 14:15:44 +03:00
commit
60de5fd5ff
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