lib/zfs_mgmt.rb in zfs_mgmt-0.4.5 vs lib/zfs_mgmt.rb in zfs_mgmt-0.4.6
- old
+ new
@@ -421,10 +421,10 @@
# the zfs does not exist, send initial (oldest?) snapshot
com = []
source = sorted[0]
if options[:initial_snapshot] == 'newest' or
key_comp?(options, 'replicate') or
- key_comp?(props, 'zfsmgmt:send_replcate')
+ key_comp?(props, 'zfsmgmt:send_replicate')
source = sorted[-1]
end
com += zfs_send_com(options,
props,
[],