mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
Fix code style.
This commit is contained in:
parent
9fff10c2e7
commit
a3f3d47158
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