Skip to content

Commit

Permalink
add system groups refactoring
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Mateus <[email protected]>
  • Loading branch information
rjmateus committed Mar 24, 2021
1 parent 21f7032 commit 51fd58a
Show file tree
Hide file tree
Showing 2 changed files with 287 additions and 220 deletions.
2 changes: 1 addition & 1 deletion processor/Command.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type ToolCmd interface {
getId() string
}

func externalToolCommand(id string, execPath string, desc string, providePackage string) ToolCmd {
func externalToolCommand(id string, desc string, execPath string, providePackage string) ToolCmd {
return externalToolCmd{id: id, description: desc,
execPath: execPath, providePackage: providePackage}
}
Expand Down
Loading

0 comments on commit 51fd58a

Please sign in to comment.