diff options
| author | Jeff Carr <[email protected]> | 2024-10-26 13:05:05 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-26 13:05:05 -0500 |
| commit | 7837182d532dcc022ca2ffafa9289640ac942195 (patch) | |
| tree | b7486b5d06ca9ced34215a1275be3b4c209b9bc3 /main.go | |
| parent | 2e8281d0678d5f201e18aec33aa4e39fa3587230 (diff) | |
more http options
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
@@ -65,7 +65,7 @@ func main() { */ for i, d := range me.cluster.Droplets { - d.CurrentState = pb.DropletState_UNKNOWN + d.CurrentState = pb.DropletState_OFF log.Info(i, "droplet", d.Hostname) } hmm := "pihole.wit.com" |
