소스 검색

Update pkg/compose/convergence.go

Co-authored-by: Guillaume Lours <[email protected]>
Signed-off-by: Nicolas De loof <[email protected]>
Nicolas De loof 11 달 전
부모
커밋
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
 			}
 		}