diff --git a/main.go b/main.go index b359fba..bf9bd21 100644 --- a/main.go +++ b/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 {