Zblerg wrong warning name for level 6 definition

This commit is contained in:
Alexandre Aubin 2020-12-15 17:05:07 +01:00 committed by GitHub
parent c59f8b1ca7
commit 105f805200
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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