Skip to content

Commit 5529446

Browse files
authored
Merge pull request #841 from imincik/patch-1
postgres: fix case in user message
2 parents bd859ef + c32b1ac commit 5529446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/services/postgres.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ let
118118
unset OLDPGHOST
119119
else
120120
echo
121-
echo "PostgreSQL Database directory appears to contain a database; Skipping initialization"
121+
echo "PostgreSQL database directory appears to contain a database; Skipping initialization"
122122
echo
123123
fi
124124
unset POSTGRES_RUN_INITIAL_SCRIPT

0 commit comments

Comments
 (0)