diff --git a/cmd/root.go b/cmd/root.go index 8052e3b..ea00786 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -112,7 +112,7 @@ func Run(c *cobra.Command, names []string) { if runOnce { log.Info("Running a one time update.") runUpdatesWithNotifications(filter) - os.Exit(1) + os.Exit(0) return }