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
😝
This commit is contained in:
Sander van Harmelen 2014-11-20 15:09:22 +01:00
parent 30ff0fa3c4
commit f929d076b4
1 changed files with 1 additions and 1 deletions

View File

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