providers/digitalocean: fix comment
This commit is contained in:
parent
d9bfe1c2fe
commit
61122beec4
|
@ -393,7 +393,7 @@ func power_on_and_wait(id string, client *digitalocean.Client) error {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
// Wait for power off
|
// Wait for power on
|
||||||
_, err = WaitForDropletAttribute(
|
_, err = WaitForDropletAttribute(
|
||||||
id, "active", []string{"off"}, "status", client)
|
id, "active", []string{"off"}, "status", client)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue