Skip to content

Commit

Permalink
Merge pull request #841 from imincik/patch-1
Browse files Browse the repository at this point in the history
postgres: fix case in user message
  • Loading branch information
domenkozar authored Oct 11, 2023
2 parents bd859ef + c32b1ac commit 5529446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/services/postgres.nix
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ let
unset OLDPGHOST
else
echo
echo "PostgreSQL Database directory appears to contain a database; Skipping initialization"
echo "PostgreSQL database directory appears to contain a database; Skipping initialization"
echo
fi
unset POSTGRES_RUN_INITIAL_SCRIPT
Expand Down

0 comments on commit 5529446

Please sign in to comment.