Skip to content

Commit

Permalink
Remove call reverse! for timezone after converting structure to hash.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmcculloug committed Apr 14, 2017
1 parent 95130f3 commit d7bb1da
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
@@ -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)

0 comments on commit d7bb1da

Please sign in to comment.