From 9391838f37ce6f8f3d85b81978c735e05bf488a3 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 9 Apr 2018 15:16:22 +0200 Subject: cleanup --- custom/borgbackup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/borgbackup.nix b/custom/borgbackup.nix index 9fd47805..394f84fc 100644 --- a/custom/borgbackup.nix +++ b/custom/borgbackup.nix @@ -169,7 +169,7 @@ in { --list \ --stats \ --prefix "${cfg.prefix}${escapeSystemdPath path}" \ - ${concatStringsSep " " args} \ + ${escapeShellArgs args} \ ${tCfg.repo} '') tCfg.prune); -- cgit v1.2.3