mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Zblerg wrong warning name for level 6 definition
This commit is contained in:
parent
c59f8b1ca7
commit
105f805200
1 changed files with 1 additions and 1 deletions
|
@ -2018,7 +2018,7 @@ PACKAGE_LINTER () {
|
||||||
# Check we qualify for level 6, 7, 8
|
# Check we qualify for level 6, 7, 8
|
||||||
# Linter will have a warning called "app_in_github_org" if app ain't in the
|
# Linter will have a warning called "app_in_github_org" if app ain't in the
|
||||||
# yunohost-apps org...
|
# yunohost-apps org...
|
||||||
if ! cat "$script_dir/temp_linter_result.json" | jq ".warning" | grep -q "app_in_github_org"
|
if ! cat "$script_dir/temp_linter_result.json" | jq ".warning" | grep -q "is_in_github_org"
|
||||||
then
|
then
|
||||||
RESULT_linter_level_6=1
|
RESULT_linter_level_6=1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue