diff options
| author | Jeff Carr <[email protected]> | 2024-11-01 00:41:00 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-01 00:41:00 -0500 |
| commit | c1d86fc324671995ee6dc279c7568bceda1cc910 (patch) | |
| tree | b7ba69757e251da753780cf6a8a8b1e8e60a2d75 /main.go | |
| parent | 26cd0f7709ba552b98aeee83723612eb5e7009cb (diff) | |
common d.SprintHeader() functions for humans
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ func main() { if d.Current == nil { d.Current = new(pb.Current) } - d.Current.State = pb.DropletState_OFF + d.SetState(pb.DropletState_OFF) log.Info("droplet", d.Hostname) } hmm := "pihole.wit.com" |
