From 26d6ecc2504678d0936afedf82feef5f7cd796a7 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 25 Mar 2021 21:02:39 -0400 Subject: typo --- modules/borgmatic/templates/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/borgmatic') diff --git a/modules/borgmatic/templates/config.yaml b/modules/borgmatic/templates/config.yaml index 60a1e42..034405b 100644 --- a/modules/borgmatic/templates/config.yaml +++ b/modules/borgmatic/templates/config.yaml @@ -4,7 +4,7 @@ location: - /etc - /usr/local/bin repositories: - - borg@<%= @borgmatic_host %>:<%= current_hostname %> + - borg@<%= @borgmatic_host %>:<%= @current_hostname %> atime: false exclude_patterns: - /home/*/.cache -- cgit v1.2.3-54-g00ecf