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