diff options
| author | Jeff Carr <[email protected]> | 2024-11-07 05:04:11 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-07 05:04:11 -0600 |
| commit | 907981a92da0537617a4c9fe39093f23004f461c (patch) | |
| tree | 5df2fcac84995b0027dceef658d652a3d74861d9 /human.go | |
| parent | b9766ce266286171f4688a32c679816bf824ae28 (diff) | |
rename Clusterv0.2.5
Signed-off-by: Jeff Carr <[email protected]>
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 { |
