mirror of https://github.com/docker/compose.git
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 {
|
||||
c.CreateCluster()
|
||||
}
|
||||
_, err := c.CF.DescribeStacks(&cloudformation.DescribeStacksInput{
|
||||
_, err = c.CF.DescribeStacks(&cloudformation.DescribeStacksInput{
|
||||
StackName: aws.String(project.Name),
|
||||
})
|
||||
if err == nil {
|
||||
|
|
Loading…
Reference in New Issue