lib/fourchette/tarball.rb in fourchette-0.0.7 vs lib/fourchette/tarball.rb in fourchette-0.0.8

- old
+ new

@@ -25,10 +25,10 @@ end def tar(path) logger.info "Preparing tarball..." filepath = "#{path}/#{expiration_timestamp}.tar.gz" - system("tar -zcvf #{filepath} -C #{path} .") + system("tar -zcf #{filepath} -C #{path} .") filepath end def expiration_timestamp Time.now.to_i + 300 \ No newline at end of file