diff options
| author | Jeff Carr <[email protected]> | 2024-10-26 21:05:16 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-26 21:05:16 -0500 |
| commit | a314af7f8bfdbbd4234f2d0800a5b95ebfd207fa (patch) | |
| tree | dc9c294148086b47b2b4a43513a7138d21e90950 /http.go | |
| parent | 65b61769117db371c4ec8fc0094d67b8c1075c1b (diff) | |
cleanup
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) { } if tmp == "/vms" { - s := poolHypervisor(hv) + s := pollHypervisor(hv) fmt.Fprint(w, s) return } |
