Skip to content

Commit

Permalink
Trigger commit and PR tests
Browse files Browse the repository at this point in the history
  • Loading branch information
djschleen committed Oct 24, 2023
1 parent 9edf4a2 commit dca41ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/providerfactory.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ func NewProvider(name string) (provider models.Provider, err error) {
case "snyk":
provider = snyk.Provider{}
default:

err = fmt.Errorf("%s is not a valid provider type", name)
}
return
Expand Down

0 comments on commit dca41ca

Please sign in to comment.