Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
navaneeth-dev committed Nov 14, 2023
1 parent 1f46207 commit 2092c68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/vultr/vultr.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ func (v *Vultr) GetByName(ctx context.Context, name string) (*govultr.Instance,
return nil, err
}
for _, instance := range instances {
fmt.Println("Loop:", instance.Label)
if instance.Label == name {
return &instance, nil
}
Expand Down

0 comments on commit 2092c68

Please sign in to comment.