From 6ef365ea272cec3d772e9173a4465ee59ee57bb2 Mon Sep 17 00:00:00 2001 From: Mike Tria Date: Wed, 6 Feb 2013 12:53:40 -0800 Subject: [PATCH] Fix for ordering of elements in response XML Do not tie bootstrap_actions to steps --- lib/emr/right_emr_interface.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/emr/right_emr_interface.rb b/lib/emr/right_emr_interface.rb index 4bc3a7d..5255693 100644 --- a/lib/emr/right_emr_interface.rb +++ b/lib/emr/right_emr_interface.rb @@ -623,7 +623,7 @@ def tagend(name) when 'ScriptBootstrapAction' @bootstrap_action[:script_bootstrap_action] = @text when 'BootstrapActionConfig' - @step[:bootstrap_actions] << @bootstrap_action + # @step[:bootstrap_actions] << @bootstrap_action end when %r{/InstanceGroups/member} # no trailing $ case name