Update image_config.go

pull/8889/head
Adrien Delorme 6 years ago
parent 78ac1e256b
commit 4ccf158fbf

@ -234,9 +234,5 @@ func (c *AlicloudImageConfig) Prepare(ctx *interpolate.Context) []error {
c.AlicloudImageDestinationRegions = regions
}
if len(errs) > 0 {
return errs
}
return nil
return errs
}

Loading…
Cancel
Save