lib/terraspace/cli/commander.rb in terraspace-0.5.12 vs lib/terraspace/cli/commander.rb in terraspace-0.6.0
- old
+ new
@@ -5,10 +5,10 @@
super(options)
end
def run
Terraspace::Builder.new(@options).run unless @options[:build] # Up already ran build
- Init.new(@options.merge(calling_command: @name)).run
+ Init.new(@options).run
Terraspace::Terraform::Runner.new(@name, @options).run
end
end
end