From 7e6aa521c26d45dc8e76d0bc12bc6d2671eb2603 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 17 Dec 2017 14:23:36 +0100 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/borgbackup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/borgbackup.nix b/custom/borgbackup.nix index 08cfffda..5171b722 100644 --- a/custom/borgbackup.nix +++ b/custom/borgbackup.nix @@ -98,7 +98,7 @@ in { preStop = mkIf (hasAttr path tCfg.prune) '' borg prune \ - --prefix "${tcfg.prefix}${path}" \ + --prefix "${tCfg.prefix}${path}" \ ${concatStringsSep " " tCfg.prune."${path}"} \ ${tCfg.repo} ''; -- cgit v1.2.3