lib/simple_deploy/stack.rb in simple_deploy-0.6.3 vs lib/simple_deploy/stack.rb in simple_deploy-0.6.4
- old
+ new
@@ -122,11 +122,11 @@
:config => stackster_config,
:logger => @logger
end
def stack_attribute_formater
- @saf ||= StackAttributeFormater.new :config => @config,
- :environment => @environment,
+ @saf ||= StackAttributeFormater.new :config => @config,
+ :environment => @environment,
:main_attributes => attributes
end
def executer
@executer ||= Stack::Execute.new :config => @config,