summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-30 18:10:55 -0500
committerJeff Carr <[email protected]>2024-10-30 18:10:55 -0500
commit123f64f56c480c9b40eb88010fe91701c33de0af (patch)
treefd723c46f10d206e1bc551bcc33e6c1952af0e52 /main.go
parent97e8fb3fed8e39c8f9c51df331945c1217d317bd (diff)
events are in cluster.E
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 51b9f71..366687e 100644
--- a/main.go
+++ b/main.go
@@ -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 {