1
0
mirror of https://github.com/containrrr/watchtower.git synced 2024-12-12 09:04:17 +02:00

Merge pull request #118 from Cardoso222/patch-1

Fix code style.
This commit is contained in:
stffabi 2017-12-11 09:00:26 +01:00 committed by GitHub
commit 3b9742a33c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {