summaryrefslogtreecommitdiff
path: root/add.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-31 04:06:17 -0500
committerJeff Carr <[email protected]>2024-10-31 04:06:17 -0500
commit1352c3c49f8d34f128dce6d7f186b5e498f9ea46 (patch)
treeeaf9ad5e4be92856221d6c0f871116b44cbcb306 /add.go
parent89f0d31e0f0c7890a69d958208565a29fa459fc4 (diff)
compiles and builds
Signed-off-by: Jeff Carr <[email protected]>
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
}
}