|
|
@ -113,7 +113,9 @@ func Run(c *cobra.Command, names []string) {
|
|
|
|
runOnce, _ := c.PersistentFlags().GetBool("run-once")
|
|
|
|
runOnce, _ := c.PersistentFlags().GetBool("run-once")
|
|
|
|
|
|
|
|
|
|
|
|
if runOnce {
|
|
|
|
if runOnce {
|
|
|
|
|
|
|
|
if noStartupMessage, _ := c.PersistentFlags().GetBool("no-startup-message"); !noStartupMessage {
|
|
|
|
log.Info("Running a one time update.")
|
|
|
|
log.Info("Running a one time update.")
|
|
|
|
|
|
|
|
}
|
|
|
|
runUpdatesWithNotifications(filter)
|
|
|
|
runUpdatesWithNotifications(filter)
|
|
|
|
os.Exit(0)
|
|
|
|
os.Exit(0)
|
|
|
|
return
|
|
|
|
return
|
|
|
|