mirror of
https://github.com/containrrr/watchtower.git
synced 2024-12-15 09:14:13 +02:00
commit
3b9742a33c
2
main.go
2
main.go
@ -172,7 +172,7 @@ func start(c *cli.Context) error {
|
|||||||
scheduleSpec,
|
scheduleSpec,
|
||||||
func() {
|
func() {
|
||||||
select {
|
select {
|
||||||
case v := <-tryLockSem:
|
case v := <- tryLockSem:
|
||||||
defer func() { tryLockSem <- v }()
|
defer func() { tryLockSem <- v }()
|
||||||
notifier.StartNotification()
|
notifier.StartNotification()
|
||||||
if err := actions.Update(client, names, cleanup, noRestart); err != nil {
|
if err := actions.Update(client, names, cleanup, noRestart); err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user