mirror of
https://github.com/nextcloud/android.git
synced 2024-11-28 10:18:59 +03:00
commit
60de5fd5ff
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