Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
package manager is a bterrer name than dependency manager.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Oct 10, 2019
1 parent 8f6c3ee commit 7c012ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/mgr/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func Detect(packageType string, pipelineData *pipeline.Data, config config.Inter
mgrType = "generic"

default:
return nil, errors.MgrUnspecifiedError(fmt.Sprintf("Unknown Dependency Manager for Package Type (%s): %s", packageType, mgrType))
return nil, errors.MgrUnspecifiedError(fmt.Sprintf("Unknown Package Manager for Package Type (%s): %s", packageType, mgrType))
}

return Create(mgrType, pipelineData, config, client )
Expand Down

0 comments on commit 7c012ae

Please sign in to comment.