From 2f48155f3dc1f617e67e2809f14c6803204e6e14 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Sun, 16 Dec 2018 16:54:34 +0100 Subject: [PATCH] fix: dev: typo !minor --- postgres/hooks/postgres_database-relation-joined | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/hooks/postgres_database-relation-joined b/postgres/hooks/postgres_database-relation-joined index ca9c5c11..c560fe2e 100755 --- a/postgres/hooks/postgres_database-relation-joined +++ b/postgres/hooks/postgres_database-relation-joined @@ -40,7 +40,7 @@ else PASSWORD="${PREVIOUS_PASSWORD}" else PASSWORD="$(gen_password)" - info "Generated a new password for use '$USER'." + info "Generated a new password for user '$USER'." fi fi