Spelling (context)

pull/4782/head
Rickard von Essen 9 years ago
parent 5ee212c85f
commit a3f70b874b
No known key found for this signature in database
GPG Key ID: E0C0327388876CBA

@ -51,7 +51,7 @@ func (s *stepShutdown) Run(state multistep.StateBag) multistep.StepAction {
for attempts := 2; attempts > 0; attempts++ {
log.Printf("ShutdownDroplet attempt #%d...", attempts)
_, _, err := client.DropletActions.Shutdown(contect.TODO(), dropletId)
_, _, err := client.DropletActions.Shutdown(context.TODO(), dropletId)
if err != nil {
log.Printf("Shutdown retry error: %s", err)
}

Loading…
Cancel
Save