Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Sugawara committed Oct 21, 2014
1 parent 7d1c86c commit e71106e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/miam/client.rb
Expand Up @@ -17,7 +17,7 @@ def export(export_options = {})
splitted = {:users => {}, :groups => {}, :roles => {}, :instance_profiles => {}}

if export_options[:split_more]
exported[type].sort {|k, v| k }.each do |name, attrs|
exported[type].sort_by {|k, v| k }.each do |name, attrs|
more_splitted = splitted.dup
more_splitted[type] = {}
more_splitted[type][name] = attrs
Expand Down

0 comments on commit e71106e

Please sign in to comment.