Skip to content

Commit

Permalink
bump ci
Browse files Browse the repository at this point in the history
Signed-off-by: Danil Uzlov <DanilUzlov@yandex.ru>
  • Loading branch information
d-uzlov committed Jun 19, 2023
1 parent d594673 commit a38cab0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/networkservice/common/heal/eventloop.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ func (cev *eventLoop) eventLoop() {
}
err := <-cev.eventFactory.Request(options...)
if err == nil {
cev.logger.Info("Heal success")
return
}
}
Expand Down

0 comments on commit a38cab0

Please sign in to comment.