lib/kameleon/cli.rb in kameleon-builder-2.6.5 vs lib/kameleon/cli.rb in kameleon-builder-2.6.6
- old
+ new
@@ -220,10 +220,10 @@
method_option :from_cache, :type => :string ,
:default => nil,
:desc => "Uses a persistent cache tar file to build the image."
method_option :cache_archive_compression, :type => :string ,
:enum => ["gzip", "xz", "bz2"],
- :default => "gz",
+ :default => "gzip",
:desc => "Uses a persistent cache tar file to build the image."
method_option :polipo_path, :type => :string ,
:default => nil,
:desc => "Full path of the polipo binary to use for the persistent cache."
method_option :proxy, :type => :string, :default => "",