Merge pull request #118 from Cardoso222/patch-1

Fix code style.
pull/132/head
stffabi 7 years ago committed by GitHub
commit 3b9742a33c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save