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:
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…
Reference in New Issue