Skip to content

Commit

Permalink
Error is descriptive enough. Remove comment
Browse files Browse the repository at this point in the history
Co-authored-by: Anbraten <[email protected]>
  • Loading branch information
guisea and anbraten committed Mar 17, 2024
1 parent 4352396 commit 8032cd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion providers/vultr/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ func (p *Provider) setupKeypair(ctx context.Context) error {
p.sshKeys = append(p.sshKeys, res[0].ID)
return nil
}
// "No matching keys"

return errors.New("no matching keys")
}

0 comments on commit 8032cd6

Please sign in to comment.