Skip to content

Commit

Permalink
Update pkg/compose/convergence.go
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Signed-off-by: Nicolas De loof <nicolas.deloof@gmail.com>
  • Loading branch information
ndeloof and glours committed Nov 15, 2024
1 parent c21d4cf commit d4fa63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/compose/convergence.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit d4fa63f

Please sign in to comment.