From 0a73faabd28a0763c112edec2f36d7ceb904c072 Mon Sep 17 00:00:00 2001 From: Marty S <56726303+martysohio@users.noreply.github.com> Date: Tue, 29 Nov 2022 10:00:38 -0500 Subject: [PATCH] Remove postgres wording from mysql resource (#964) --- community/resource_types/mysql.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/resource_types/mysql.json b/community/resource_types/mysql.json index 9928ef33fb..25c59e174c 100755 --- a/community/resource_types/mysql.json +++ b/community/resource_types/mysql.json @@ -20,7 +20,7 @@ }, "user": { "type": "string", - "description": "The postgres username" + "description": "The MySQL username" }, "database": { "type": "string", @@ -28,7 +28,7 @@ }, "password": { "type": "string", - "description": "The postgres users password" + "description": "The MySQL user password" } } },