Skip to content

Commit c874739

Browse files
authored
Add missing quotation marks (#264)
1 parent 96202ba commit c874739

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Database/Postgres/Temp/Internal.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ custom 'Config' like the following.
180180
@
181181
custom = defaultConfig <> mempty
182182
{ 'postgresConfigFile' =
183-
[ ("wal_level, "replica")
184-
, ("archive_mode", on")
183+
[ ("wal_level", "replica")
184+
, ("archive_mode", "on")
185185
, ("max_wal_senders", "2")
186186
, ("fsync", "on")
187187
, ("synchronous_commit", "on")

0 commit comments

Comments
 (0)