Fix minor issue after merge conflit resolution

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2020-04-23 16:19:47 +02:00
parent 5be037dae1
commit ea6d35a927
1 changed files with 1 additions and 1 deletions

View File

@ -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 {