diff options
| author | Jeff Carr <[email protected]> | 2024-10-30 18:10:55 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-30 18:10:55 -0500 |
| commit | 123f64f56c480c9b40eb88010fe91701c33de0af (patch) | |
| tree | fd723c46f10d206e1bc551bcc33e6c1952af0e52 /main.go | |
| parent | 97e8fb3fed8e39c8f9c51df331945c1217d317bd (diff) | |
events are in cluster.E
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
@@ -55,7 +55,7 @@ func main() { log.Info("create failed", err) os.Exit(-1) } - log.Info("create worked") + log.Info("virtigoctl create end") os.Exit(0) } if argv.Start != nil { |
