Skip to content

Commit

Permalink
Merge pull request #14772 from gmcculloug/sysprep_timezone_unreverse
Browse files Browse the repository at this point in the history
Remove reverse! call for timezone after converting structure to hash
  • Loading branch information
bdunne authored Apr 18, 2017
2 parents e22b912 + d7bb1da commit e761f4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/miq_provision_virt_workflow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ def refresh_field_values(values)

def custom_sysprep_timezone(field, data_value)
set_value_from_list(:sysprep_timezone, field, "%03d" % data_value, @timezones)
@values[:sysprep_timezone].reverse!
end

def custom_sysprep_domain_name(field, data_value)
Expand Down

0 comments on commit e761f4b

Please sign in to comment.