lib/renuo/cli.rb in renuo-cli-3.1.2 vs lib/renuo/cli.rb in renuo-cli-3.1.3

- old
+ new

@@ -109,10 +109,10 @@ end command 'create-aws-project' do |c| c.syntax = 'renuo create-aws-project' c.summary = 'Generates necessary commands for our project setup on AWS incl. necessary installations.' - c.description = <<-DESCRIPTION + c.description = <<~DESCRIPTION This creates commands for creating AWS users, buckets an versioning policies and CloudFront. It also guides you to set up the necessary environment. You will be asked for: (- installation of aws-cli, if not yet done)