lib/heirloom/cli/show.rb in heirloom-0.7.2rc1 vs lib/heirloom/cli/show.rb in heirloom-0.7.2rc2
- old
+ new
@@ -28,15 +28,9 @@
jj @archive.show
end
private
- def latest_id
- @archive = Archive.new :name => @opts[:name],
- :config => @config
- @archive.list(1).first
- end
-
def read_options
Trollop::options do
version Heirloom::VERSION
banner <<-EOS