Fix assignment error in haste.

This commit is contained in:
Satnam Singh 2014-09-24 10:29:04 -07:00
parent b77bc54f5d
commit 4d86f8d931

View File

@ -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.
err := self.detectSubcontainers("/")
err = self.detectSubcontainers("/")
if err != nil {
return err
}