mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-13 21:56:38 +01:00
parent
6ce142b4f5
commit
17cbf86d48
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ func Run(c *cobra.Command, names []string) {
|
||||||
if runOnce {
|
if runOnce {
|
||||||
log.Info("Running a one time update.")
|
log.Info("Running a one time update.")
|
||||||
runUpdatesWithNotifications(filter)
|
runUpdatesWithNotifications(filter)
|
||||||
os.Exit(1)
|
os.Exit(0)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue