Skip to content

Commit

Permalink
Bad string replace.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Apr 26, 2012
1 parent dcefc2d commit 545e5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/core/json.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def self.encode(obj)

if MultiJson.respond_to?(:load)
def self.decode(obj)
Fog::JSON.decode(obj)
MultiJson.decode(obj)
end
else
def self.decode(obj)
Expand Down

0 comments on commit 545e5c5

Please sign in to comment.