mirror of https://github.com/docker/compose.git
fix lint
Signed-off-by: Mehrad Dadar <mehrad.dadar@gmail.com>
This commit is contained in:
parent
c0465616bb
commit
35f37cd1f7
|
@ -109,7 +109,7 @@ func (s *composeService) projectFromName(containers Containers, projectName stri
|
||||||
Image: c.Image,
|
Image: c.Image,
|
||||||
Labels: c.Labels,
|
Labels: c.Labels,
|
||||||
}
|
}
|
||||||
sc.Scale += 1
|
sc.Scale++
|
||||||
set[sc.Name] = sc
|
set[sc.Name] = sc
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue