pull/477/head
Maximilian Brandau 4 years ago
parent 7a402fdee7
commit 205b1766b4
No known key found for this signature in database
GPG Key ID: 6CBA8C2AC22BA157

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

Loading…
Cancel
Save