From 8be8fedb8c020391df3e03290b063e418eb9e38a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 22 Jan 2023 11:00:11 +0000 Subject: [PATCH] Fix typo --- cookbooks/postgresql/templates/default/postgresql.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/postgresql/templates/default/postgresql.conf.erb b/cookbooks/postgresql/templates/default/postgresql.conf.erb index 37e241b30..55053f5f8 100644 --- a/cookbooks/postgresql/templates/default/postgresql.conf.erb +++ b/cookbooks/postgresql/templates/default/postgresql.conf.erb @@ -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 -%> #------------------------------------------------------------------------------ -- 2.39.5