mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 06:06:38 +01:00
commit
3b9742a33c
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -172,7 +172,7 @@ func start(c *cli.Context) error {
|
|||
scheduleSpec,
|
||||
func() {
|
||||
select {
|
||||
case v := <-tryLockSem:
|
||||
case v := <- tryLockSem:
|
||||
defer func() { tryLockSem <- v }()
|
||||
notifier.StartNotification()
|
||||
if err := actions.Update(client, names, cleanup, noRestart); err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue