Skip to content

Commit

Permalink
Update buildinfo.go (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 authored Nov 30, 2021
1 parent b4986a6 commit ffacaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entities/buildinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (
Npm ModuleType = "npm"
Nuget ModuleType = "nuget"
Go ModuleType = "go"
Pip ModuleType = "pip"
Python ModuleType = "python"
)

type BuildInfo struct {
Expand Down

0 comments on commit ffacaf7

Please sign in to comment.