From 44bd2d3d895ba11bfb3719b541597e8c169ac5bb Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Tue, 25 Jun 2024 23:50:37 +1000 Subject: [PATCH] fix: sonar config empty line --- modules/sonarr/templates/sonarr_config.xml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sonarr/templates/sonarr_config.xml.erb b/modules/sonarr/templates/sonarr_config.xml.erb index 069dff6..739204f 100644 --- a/modules/sonarr/templates/sonarr_config.xml.erb +++ b/modules/sonarr/templates/sonarr_config.xml.erb @@ -13,4 +13,4 @@ <%= @ssl_cert_password || '' %> <%= @url_base || '' %> <%= @instance_name %> - +<%- # No newline at the end of the file -%>