mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-13 21:56:38 +01: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,
|
scheduleSpec,
|
||||||
func() {
|
func() {
|
||||||
select {
|
select {
|
||||||
case v := <-tryLockSem:
|
case v := <- tryLockSem:
|
||||||
defer func() { tryLockSem <- v }()
|
defer func() { tryLockSem <- v }()
|
||||||
notifier.StartNotification()
|
notifier.StartNotification()
|
||||||
if err := actions.Update(client, names, cleanup, noRestart); err != nil {
|
if err := actions.Update(client, names, cleanup, noRestart); err != nil {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue