lib/roark/cli/create.rb in roark-0.2.1 vs lib/roark/cli/create.rb in roark-0.2.2

- old
+ new

@@ -22,10 +22,10 @@ unless File.exists? @options[:cloud_formation_template] @logger.error "Template #{@options[:cloud_formation_template]} does not exist." exit 1 end - template = File.read @options[:cloud_formation_template] + cloud_formation_template = File.read @options[:cloud_formation_template] ami = Roark::Ami.new :aws => aws, :name => @options[:name] ami_create_workflow = Roark::AmiCreateWorkflow.new :account_ids => @options[:account_ids], :ami => ami,