From 6d146e313b101fccac4ca2a19a816e95b6aff1d7 Mon Sep 17 00:00:00 2001 From: opi Date: Thu, 6 Apr 2017 15:55:34 +0200 Subject: [PATCH] [fix] typo --- package_check.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package_check.sh b/package_check.sh index 6cd5e12..d1aa63f 100755 --- a/package_check.sh +++ b/package_check.sh @@ -1084,7 +1084,7 @@ app_name=${package_dir%_ynh_check} # If the app completely failed and obtained 0 if [ $global_level -eq 0 ] then - message="Application $app_name has completely failed to continuous integration tests" + message="Application $app_name has completely failed the continuous integration tests" # If the app has obtained another level than 0. # And if package check it's in the official CI environment @@ -1154,7 +1154,7 @@ then # Send the message by mail, if a address has been find if [ -n "$dest" ]; then - mail -s "[YunoHost] Your app $app_name has completely failed to continuous integration tests" "$dest" <<< "$message" + mail -s "[YunoHost] Your app $app_name has completely failed the continuous integration tests" "$dest" <<< "$message" fi fi