(maint) Fix typo in updated graph link call

This commit is contained in:
Rick Bradley 2016-07-12 15:41:47 -05:00
parent ac2b7c090c
commit 648ec6e774

View file

@ -65,7 +65,7 @@ module Vmpooler
history ||= {} history ||= {}
begin begin
buffer = open(graph_link('.qready.*&from=-1hour&format=json')).read buffer = open(graph_link('.ready.*&from=-1hour&format=json')).read
history = JSON.parse(buffer) history = JSON.parse(buffer)
history.each do |pool| history.each do |pool|