]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/postgresql/templates/default/postgresql.conf.erb
Merge remote-tracking branch 'github/pull/565'
[chef.git] / 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 -%>
 
 #------------------------------------------------------------------------------