]> git.openstreetmap.org Git - chef.git/commitdiff
Fix typo
authorTom Hughes <tom@compton.nu>
Sun, 22 Jan 2023 11:00:11 +0000 (11:00 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 22 Jan 2023 11:00:11 +0000 (11:00 +0000)
cookbooks/postgresql/templates/default/postgresql.conf.erb

index 37e241b30c88395290177ba62ee3dc4158ae680a..55053f5f8351659b00e0fc38cb7e60abcc2a44d0 100644 (file)
@@ -91,7 +91,7 @@ archive_command = '<%= @settings[:archive_command] || @defaults[:archive_command
 # These are only used in recovery mode.
 
 <% if @settings[:restore_command] || @defaults[:restore_command] -%>
-restore_command = '<%= if @settings[:restore_command] || @defaults[:restore_command] %>'
+restore_command = '<%= @settings[:restore_command] || @defaults[:restore_command] %>'
 <% end -%>
 
 #------------------------------------------------------------------------------