Skip to content

Commit

Permalink
fix: bug with opts
Browse files Browse the repository at this point in the history
  • Loading branch information
alikhil committed Aug 9, 2023
1 parent af0744d commit c491083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/yandexcloud/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func (p *provider) createInstance(
}

var buf = &bytes.Buffer{}
err := Template(buf, opts)
err := Template(buf, eOpts)
if err != nil {
return nil, fmt.Errorf("failed to template: %w", err)
}
Expand Down

0 comments on commit c491083

Please sign in to comment.