Skip to content

Commit

Permalink
VPC2: fix incorrect govultr delete method (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper authored Mar 11, 2024
1 parent 3e6faf5 commit 2d50677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/vpc2/vpc2.go
Original file line number Diff line number Diff line change
Expand Up @@ -422,5 +422,5 @@ func (o *options) detachNodes() error {
}

func (o *options) del() error {
return o.Base.Client.VPC.Delete(o.Base.Context, o.Base.Args[0])
return o.Base.Client.VPC2.Delete(o.Base.Context, o.Base.Args[0])
}

0 comments on commit 2d50677

Please sign in to comment.