lib/splunk_client/splunk_results.rb in splunk-client-0.6 vs lib/splunk_client/splunk_results.rb in splunk-client-0.6.1
- old
+ new
@@ -18,10 +18,10 @@
nokoResults.results.result.each do |resultObj|
@results.push SplunkResult.new(resultObj)
end
else
# Single results object
- @results.push Splunkresults.new(nokoResults.results.result)
+ @results.push SplunkResult.new(nokoResults.results.result)
end
return @results
end