reduced unnecessary depth of dataset listing in syncoid snapshot fetch routine - thanks @0xFate

This commit is contained in:
Jim Salter 2015-03-15 12:16:23 -04:00
parent a6ad424fce
commit e54a2eb4bc
3 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
1.0.14 updated syncoid to reduce output when fetching snapshot list - thank you github user @0xFate.
1.0.13 removed monitor_version again - sorry for the feature instability, forgot I removed it in the first place because I didn't like pulling
in so many dependencies for such a trivial feature

View File

@ -1 +1 @@
1.0.13
1.0.14

View File

@ -4,7 +4,7 @@
# from http://www.gnu.org/licenses/gpl-3.0.html on 2014-11-17. A copy should also be available in this
# project's Git repository at https://github.com/jimsalterjrs/sanoid/blob/master/LICENSE.
my $version = '1.0.13';
my $version = '1.0.14';
use strict;
use Data::Dumper;