From 6be4b2e807818e8d5de159f975fa50f0bfd92040 Mon Sep 17 00:00:00 2001 From: Sander van Harmelen Date: Thu, 20 Nov 2014 15:09:22 +0100 Subject: [PATCH] A really small update fixing a cosmetic inconsistentie For the OCD types among us, this inconsistentie (only location where droplet is spelled with a capital) drives me mad :stuck_out_tongue_closed_eyes: --- builtin/providers/digitalocean/resource_digitalocean_droplet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/providers/digitalocean/resource_digitalocean_droplet.go b/builtin/providers/digitalocean/resource_digitalocean_droplet.go index 162828ff4f..7dbc15bb2a 100644 --- a/builtin/providers/digitalocean/resource_digitalocean_droplet.go +++ b/builtin/providers/digitalocean/resource_digitalocean_droplet.go @@ -353,7 +353,7 @@ func WaitForDropletAttribute( // Wait for the droplet so we can get the networking attributes // that show up after a while log.Printf( - "[INFO] Waiting for Droplet (%s) to have %s of %s", + "[INFO] Waiting for droplet (%s) to have %s of %s", d.Id(), attribute, target) stateConf := &resource.StateChangeConf{