Skip to content

Commit

Permalink
postgres: fix case in user message
Browse files Browse the repository at this point in the history
Fix case in user message printed when DB is already initialized
  • Loading branch information
imincik authored Oct 11, 2023
1 parent bd859ef commit c32b1ac
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 c32b1ac

Please sign in to comment.