Skip to content

Commit

Permalink
fix harness to support multiple plugins (opencost#39)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Meijer <[email protected]>
Signed-off-by: sajit <[email protected]>
  • Loading branch information
ameijer authored and sajit committed Oct 16, 2024
1 parent c8a4a44 commit 9ff32f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ commonenv := "CGO_ENABLED=0"

version := `./tools/image-tag`
commit := `git rev-parse --short HEAD`
pluginPaths := `find ./pkg/plugins -type f -iname "go.mod" -print0 | xargs -0 dirname | xargs basename | tr ' ' ','`
pluginPaths := `find ./pkg/plugins -type f -iname "go.mod" -print0 | xargs -0 dirname | xargs -I{} basename {} | tr ' ' ',' | tr '\n' ','`
default:
just --list

Expand Down

0 comments on commit 9ff32f3

Please sign in to comment.