lib/aws_ec2/script/compress.rb in aws-ec2-1.0.0 vs lib/aws_ec2/script/compress.rb in aws-ec2-1.1.0

- old
+ new

@@ -2,10 +2,10 @@ class AwsEc2::Script class Compress < AwsEc2::Base def compress reset - puts "Tarballing #{BUILD_ROOT}/app/scripts folder to scripts.tgz" + puts "Tarballing #{BUILD_ROOT}/app/scripts folder to scripts.tgz".colorize(:green) tarball_path = create_tarball save_scripts_info(tarball_path) puts "Tarball created at #{tarball_path}" end