From d3e1c199243aa9c71dfa5b9b02887babab5877f5 Mon Sep 17 00:00:00 2001 From: Elisabeth Kulzer Date: Mon, 28 Jun 2021 16:20:13 +0200 Subject: [PATCH] Fix typo. --- scripts/upgrade-from-mattermost-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade-from-mattermost-docker.sh b/scripts/upgrade-from-mattermost-docker.sh index 90d73c0..1ca593b 100755 --- a/scripts/upgrade-from-mattermost-docker.sh +++ b/scripts/upgrade-from-mattermost-docker.sh @@ -16,7 +16,7 @@ ## PATH_TO_MATTERMOST_DOCKER=$PATH_TO_MATTERMOST_DOCKER # i.e. $PWD -# Below is default values in the mattermost-docker container. If you've edited these you will need +# Below are default values in the mattermost-docker container. If you've edited these you will need # to modify them before running the script or this will generate a new database. POSTGRES_USER=$POSTGRES_USER # i.e. mmuser POSTGRES_PASSWORD=$POSTGRES_PASSWORD # i.e. mmuser_password