From ea210f2a9e1fbde91c06217328cb1679c4ddb665 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 16 Dec 2020 15:50:09 +0100 Subject: [PATCH] Fix typo --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index a7facba..bddff85 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -83,7 +83,7 @@ then if [[ ! -f "$final_path/config/config.ini.php" ]]; then # config.ini.php is only created during the post-install process... - # it is therefore not present when the IC tests are carried out... + # it is therefore not present when the CI tests are carried out... # This condition is only for CI test to go through the upgrade process ynh_secure_remove --file="$final_path" # Download, check integrity, uncompress and patch the source from app.src