From a3f3d471582916a7e7cfd1be9cef2b9f86e5b877 Mon Sep 17 00:00:00 2001 From: Paulo Henrique Date: Thu, 7 Dec 2017 17:36:26 -0300 Subject: [PATCH] Fix code style. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {