Просмотр исходного кода

Update pkg/compose/convergence.go

Co-authored-by: Guillaume Lours <[email protected]>
Signed-off-by: Nicolas De loof <[email protected]>
Nicolas De loof 11 месяцев назад
Родитель
Сommit
d4fa63fdcb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pkg/compose/convergence.go

+ 1 - 1
pkg/compose/convergence.go

@@ -350,7 +350,7 @@ func (c *convergence) mustRecreate(expected types.ServiceConfig, actual moby.Con
 				}
 			}
 			if !found {
-				// config is up-t-date but container is not connected to network - maybe recreated ?
+				// config is up-to-date but container is not connected to network - maybe recreated ?
 				return true, nil
 			}
 		}