mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
fix codefactor issue
This commit is contained in:
parent
0313c09562
commit
7306143ad5
@ -6,7 +6,7 @@ echo "Running lint..."
|
|||||||
|
|
||||||
status=$?
|
status=$?
|
||||||
|
|
||||||
if [[ "$status" = 0 ]] ; then
|
if [ "$status" = 0 ] ; then
|
||||||
echo "Static analysis found no problems."
|
echo "Static analysis found no problems."
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user