diff options
author | Saku Ytti <saku@ytti.fi> | 2016-08-25 15:10:50 +0300 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2016-08-25 15:10:50 +0300 |
commit | 3f69328f5d01121eb9a8af39779c97943d6cd6d5 (patch) | |
tree | 6c043ca0176e6d936ed62f9cb8db6025a3b42f0e /lib | |
parent | 22b6c6d877638f32177e3d160a490109304f355a (diff) |
fix symbol conversion to string
Diffstat (limited to 'lib')
-rw-r--r-- | lib/oxidized/node.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oxidized/node.rb b/lib/oxidized/node.rb index c1df6ad..7df353d 100644 --- a/lib/oxidized/node.rb +++ b/lib/oxidized/node.rb @@ -181,7 +181,7 @@ module Oxidized def resolve_key key, opt, global=nil # resolve key, first get global, then get group then get node config key_sym = key.to_sym - key_str = key.to_str + key_str = key.to_s value = global #global |