summaryrefslogtreecommitdiff
path: root/add.go
diff options
context:
space:
mode:
Diffstat (limited to 'add.go')
-rw-r--r--add.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/add.go b/add.go
index 25b6248..020d75e 100644
--- a/add.go
+++ b/add.go
@@ -121,7 +121,7 @@ func HumanFormatBytes(b int64) string {
func (c *Cluster) BlankFields() {
for _, d := range c.Droplets {
- d.CurrentState = 0
+ d.Cur = nil
}
}