Fix assignment error in haste.
This commit is contained in:
parent
b77bc54f5d
commit
4d86f8d931
@ -381,7 +381,7 @@ func (self *manager) watchForNewContainers() error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// There is a race between starting the watch and new container creation so we do a detection before we read new containers.
|
// There is a race between starting the watch and new container creation so we do a detection before we read new containers.
|
||||||
err := self.detectSubcontainers("/")
|
err = self.detectSubcontainers("/")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user