Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
correcting rubocop warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Gartman committed Jul 12, 2016
1 parent a49118f commit f9e7d91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/terraforming/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ class CLI < Thor
class_option :tfstate, type: :boolean, desc: "Generate tfstate"
class_option :profile, type: :string, desc: "AWS credentials profile"
class_option :region, type: :string, desc: "AWS region"
class_option :"aws-use-bundled-cert", type: :boolean , desc: "Use the bundled CA certificate from AWS SDK"
class_option :"aws-use-bundled-cert",
type: :boolean,
desc: "Use the bundled CA certificate from AWS SDK"

desc "asg", "AutoScaling Group"
def asg
Expand Down

0 comments on commit f9e7d91

Please sign in to comment.