From 9d7734c238001457109442bf2daacc7b50a8059e Mon Sep 17 00:00:00 2001 From: Marius van Witzenburg Date: Fri, 14 Jul 2017 16:39:15 +0200 Subject: [PATCH] Missed one line with indenting --- zfs_autobackup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zfs_autobackup b/zfs_autobackup index 0b6091a..10168e0 100755 --- a/zfs_autobackup +++ b/zfs_autobackup @@ -186,7 +186,7 @@ def zfs_get_snapshots(ssh_to, filesystems, backup_name): ret[filesystem]=[] ret[filesystem].extend(test_snapshots[ssh_to][filesystem]) - return(ret) + return(ret)