whitespace

This commit is contained in:
Taeer Bar-Yam 2022-02-22 05:44:26 -05:00
parent 74dcaf5784
commit 005769ee13

View file

@ -273,7 +273,7 @@ in
if [ `${config.services.postgresql.package}/bin/psql \
--host ${cfg.database.host} \
${optionalString
(cfg.database.port != null)
(cfg.database.port != null)
"--port ${toString cfg.database.port}"} \
--username ${cfg.database.user} \
--dbname ${cfg.database.name} \