From 105f805200f9cf3219ff4a1bd1756ac9e25aec62 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 15 Dec 2020 17:05:07 +0100 Subject: [PATCH] Zblerg wrong warning name for level 6 definition --- sub_scripts/testing_process.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub_scripts/testing_process.sh b/sub_scripts/testing_process.sh index ecb6c9b..a659459 100644 --- a/sub_scripts/testing_process.sh +++ b/sub_scripts/testing_process.sh @@ -2018,7 +2018,7 @@ PACKAGE_LINTER () { # Check we qualify for level 6, 7, 8 # Linter will have a warning called "app_in_github_org" if app ain't in the # 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 RESULT_linter_level_6=1 fi