mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-10 23:55:34 -06:00
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
|
||||
}
|
||||
|
||||
// Wait for power off
|
||||
// Wait for power on
|
||||
_, err = WaitForDropletAttribute(
|
||||
id, "active", []string{"off"}, "status", client)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user