Skip to content

Commit

Permalink
Merge pull request #504 from tonymadbrain/master
Browse files Browse the repository at this point in the history
#503 fixed type for auth
  • Loading branch information
aufi authored Feb 12, 2020
2 parents 997dc67 + 02d6333 commit 6971268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/openstack/auth/name.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def identity
end

def to_h(var)
{var => send(var)}
{var => send(var).to_s}
end
end

Expand Down

0 comments on commit 6971268

Please sign in to comment.