From d218bbf61d5782aafcc1ac26869a18c39d7fc41c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 13 Aug 2022 12:24:49 +0200 Subject: [PATCH] Fix caps --- lib/analyze_test_results.py | 2 +- lib/common.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/analyze_test_results.py b/lib/analyze_test_results.py index 499b998..0da8c34 100644 --- a/lib/analyze_test_results.py +++ b/lib/analyze_test_results.py @@ -136,7 +136,7 @@ def level_5(tests): @level(6, "App is in a community-operated git org") def level_6(tests): """ - The app is in the Yunohost-Apps organization + The app is in the YunoHost-Apps organization (the linter will report a warning named "is_in_github_org" if it's not) """ diff --git a/lib/common.sh b/lib/common.sh index 5663f21..65b0b1a 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Yunohost install parameters +# YunoHost install parameters YUNO_PWD="admin" DOMAIN="domain.tld" SUBDOMAIN="sub.$DOMAIN" @@ -11,7 +11,7 @@ TEST_USER="package_checker" ARCH=${ARCH:-amd64} DIST=${DIST:-bullseye} -# Yunohost version: stable, testing or unstable +# YunoHost version: stable, testing or unstable YNH_BRANCH=${YNH_BRANCH:-stable} WORKER_ID=${WORKER_ID:-0}