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
😝
pull/587/head
Sander van Harmelen 12 years ago
parent e53bf23c0c
commit 6be4b2e807

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

Loading…
Cancel
Save