mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Typo fix
This commit is contained in:
parent
51b4d90930
commit
1404ea5972
1 changed files with 1 additions and 1 deletions
|
@ -703,7 +703,7 @@ TEST_RESULTS () {
|
||||||
# Evaluate the eighth level
|
# Evaluate the eighth level
|
||||||
# -> High quality package.
|
# -> High quality package.
|
||||||
# This level can't be forced to 1
|
# This level can't be forced to 1
|
||||||
if [ "${level[8}" != "auto" ] && [ "${level[8]}" -ne 0 ]
|
if [ "${level[8]}" != "auto" ] && [ "${level[8]}" -ne 0 ]
|
||||||
level[8]=auto
|
level[8]=auto
|
||||||
fi
|
fi
|
||||||
# TODO Not implemented yet...
|
# TODO Not implemented yet...
|
||||||
|
|
Loading…
Add table
Reference in a new issue