5b0894b5cd
If a droplet's image slug is empty and its image id is empty, then the image attribute should be empty, so we may assign from either. So it is unnecessary to check if the image id is empty. * remove unnecessary check for emptiness of image id * reverse order of the conditions for assigning the image attribute, with the default case (using the slug) first, and the fallback case (using the id) second |
||
---|---|---|
.. | ||
config.go | ||
provider.go | ||
provider_test.go | ||
resource_digitalocean_domain.go | ||
resource_digitalocean_domain_test.go | ||
resource_digitalocean_droplet.go | ||
resource_digitalocean_droplet_test.go | ||
resource_digitalocean_record.go | ||
resource_digitalocean_record_test.go |