Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -278,7 +278,7 @@ func (r *remote) monitorConnection(client *containerd.Client) {
|
| 278 | 278 |
|
| 279 | 279 |
select {
|
| 280 | 280 |
case <-r.shutdownContext.Done(): |
| 281 |
- r.logger.Info("stopping healtcheck following graceful shutdown")
|
|
| 281 |
+ r.logger.Info("stopping healthcheck following graceful shutdown")
|
|
| 282 | 282 |
client.Close() |
| 283 | 283 |
return |
| 284 | 284 |
default: |