mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +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 {
|
||||
c.CreateCluster()
|
||||
}
|
||||
_, err := c.CF.DescribeStacks(&cloudformation.DescribeStacksInput{
|
||||
_, err = c.CF.DescribeStacks(&cloudformation.DescribeStacksInput{
|
||||
StackName: aws.String(project.Name),
|
||||
})
|
||||
if err == nil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user