Merge pull request #587 from svanharmelen/f-update-digitalocean-provider
Really small update fixing a cosmetic inconsistentie
This commit is contained in:
commit
cb679c119f
|
@ -353,7 +353,7 @@ func WaitForDropletAttribute(
|
||||||
// Wait for the droplet so we can get the networking attributes
|
// Wait for the droplet so we can get the networking attributes
|
||||||
// that show up after a while
|
// that show up after a while
|
||||||
log.Printf(
|
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)
|
d.Id(), attribute, target)
|
||||||
|
|
||||||
stateConf := &resource.StateChangeConf{
|
stateConf := &resource.StateChangeConf{
|
||||||
|
|
Loading…
Reference in New Issue