diff options
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) { } // is the cluster running what it should? - if tmp == "/good" { + if tmp == "/droplets" { var good = true for _, d := range me.droplets { if d.State != "ON" { |
