From 191d2687ae6e149f42d76b707bf53401494712c8 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 9 Sep 2021 14:41:46 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index d5f2dcb..d3a65e1 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -27,7 +27,7 @@ architecture=$(ynh_detect_arch) if ynh_compare_current_package_version --comparison le --version 0.3.5~ynh3 then - ynh_die --message="Please need to remove the app and reinstall it" + ynh_die --message="Please, you need to remove the app and reinstall it" fi #=================================================