bin/s3_website in s3_website-1.4.1 vs bin/s3_website in s3_website-1.4.2
- old
+ new
@@ -17,10 +17,10 @@
If the S3 bucket does not exist, this command will create it
and configure it to function as a website.
LONGDESC
def apply
puts 'Applying the configurations in s3_website.yml on the AWS services ...'
- puts `configure-s3-website --config-file s3_website.yml`
+ system('configure-s3-website --config-file s3_website.yml')
end
end
class Cli < Thor
option(