mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Remove duplicated words in daemon files
Signed-off-by: mooncake <xcoder@tenxcloud.com>
This commit is contained in:
@@ -456,7 +456,7 @@ func (d *Driver) Cleanup() error {
|
||||
|
||||
// Note we don't return an error below - it's possible the files
|
||||
// are locked. However, next time around after the daemon exits,
|
||||
// we likely will be able to to cleanup successfully. Instead we log
|
||||
// we likely will be able to cleanup successfully. Instead we log
|
||||
// warnings if there are errors.
|
||||
for _, item := range items {
|
||||
if item.IsDir() && strings.HasSuffix(item.Name(), "-removing") {
|
||||
|
||||
Reference in New Issue
Block a user