Skip to content

Commit

Permalink
Set default format
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Sugawara committed May 10, 2015
1 parent df903c5 commit 5d2ad3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/miam/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class Miam::Client
include Miam::Logger::Helper

def initialize(options = {})
@options = options
@options = {:format => :ruby}.merge(options)
aws_config = options.delete(:aws_config) || {}
@iam = Aws::IAM::Client.new(aws_config)
@driver = Miam::Driver.new(@iam, options)
Expand Down

0 comments on commit 5d2ad3f

Please sign in to comment.