mirror of
https://github.com/docker/compose.git
synced 2025-07-23 13:45:00 +02:00
Fix minor issue after merge conflit resolution
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
5be037dae1
commit
ea6d35a927
@ -17,7 +17,7 @@ func (c *client) ComposeUp(project *compose.Project, loadBalancerArn *string) er
|
|||||||
if !ok {
|
if !ok {
|
||||||
c.CreateCluster()
|
c.CreateCluster()
|
||||||
}
|
}
|
||||||
_, err := c.CF.DescribeStacks(&cloudformation.DescribeStacksInput{
|
_, err = c.CF.DescribeStacks(&cloudformation.DescribeStacksInput{
|
||||||
StackName: aws.String(project.Name),
|
StackName: aws.String(project.Name),
|
||||||
})
|
})
|
||||||
if err == nil {
|
if err == nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user