Fix typo in recursive

This commit is contained in:
tiedotguy 2019-11-03 09:34:25 +11:00
parent e01dceaee3
commit 9e429de59d
1 changed files with 1 additions and 1 deletions

2
sanoid
View File

@ -509,7 +509,7 @@ sub take_snapshots {
my $snap = {
'dataset' => $path,
'snapshot' => "autosnap_$datestamp{'sortable'}_$type",
'recursive' => $config{$section}{'zfs_recrsion'}, # use zfs (atomic) recursion if specified in config
'recursive' => $config{$section}{'zfs_recursion'}, # use zfs (atomic) recursion if specified in config
'handleDst' => $handleDst,
'type' => $type,
'batch' => \@batch, # Reference the source array, because we may be adding to it in subsequent loops