bin/aptly-cli in aptly_cli-0.1.8 vs bin/aptly-cli in aptly_cli-0.1.9

- old
+ new

@@ -309,10 +309,10 @@ c.example 'Return list of all snapshots created in the system', 'aptly-cli snapshot_list' c.example 'Return list sorted by time', 'aptly-cli snapshot_list --sort time' c.option '--sort', String, 'Set sort by' c.action do |args, options| aptly_command = AptlyCli::AptlySnapshot.new - puts aptly_command.snapshot_list(options.name, options.sort) + puts aptly_command.snapshot_list(options.sort) end end command :snapshot_search do |c| c.syntax = 'aptly-cli snapshot_search [options]'