diff options
Diffstat (limited to 'human.go')
| -rw-r--r-- | human.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -191,7 +191,7 @@ func (d *Droplet) DumpDroplet(w http.ResponseWriter, r *http.Request) (string, e return t, nil } -func (c *NewCluster) DumpDroplet(w http.ResponseWriter, r *http.Request) (string, error) { +func (c *Cluster) DumpDroplet(w http.ResponseWriter, r *http.Request) (string, error) { hostname := r.URL.Query().Get("hostname") d := c.FindDropletByName(hostname) if d == nil { |
