From b802cf9b8c54f408ec9eae94d9b7a65246354f17 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 15 Jun 2020 06:33:25 +0200 Subject: [PATCH] typo --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index a426ff5..985b97d 100755 --- a/scripts/remove +++ b/scripts/remove @@ -47,7 +47,7 @@ ynh_remove_systemd_config #================================================= # REMOVE THE POSTGRESQL DATABASE #================================================= -ynh_print_info --message="Removing the MySQL database..." +ynh_print_info --message="Removing the PostgreSQL database..." # Remove a database if it exists, along with the associated user ynh_psql_remove_db --db_user="$db_user" --db_name="$db_name"