Skip to content

Commit 55ea440

Browse files
authored
nixos/zfs-replication: fix typo (#368764)
2 parents 9a77203 + 4b5bbe9 commit 55ea440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/modules/services/backup/zfs-replication.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ in
9292
++ (lib.optional cfg.followDelete "--follow-delete")
9393
);
9494
in
95-
"${lib.getExe cfg.package} ${lib.concatStringSep " " args}";
95+
"${lib.getExe cfg.package} ${lib.concatStringsSep " " args}";
9696
wantedBy = [
9797
"zfs-snapshot-daily.service"
9898
"zfs-snapshot-frequent.service"

0 commit comments

Comments
 (0)