mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-27 10:28:41 -05:00
(maint) Fix typo in updated graph link call
This commit is contained in:
parent
ac2b7c090c
commit
648ec6e774
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ module Vmpooler
|
|||
history ||= {}
|
||||
|
||||
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.each do |pool|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue