lib/facter/util/aix/odm_query.rb in facter-4.5.2 vs lib/facter/util/aix/odm_query.rb in facter-4.6.0
- old
+ new
@@ -36,10 +36,10 @@
end
result
end
def query
- 'odmget -q "' + @conditions.join(' AND ') + '"'
+ "odmget -q \"#{@conditions.join(' AND ')}\""
end
end
end
end
end