Skip to content

Commit

Permalink
Fix dev system-tests --down command (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
jt-dd authored Oct 9, 2024
1 parent f1bcebf commit b177c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kubehound/dev.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var (
)

func runEnv(ctx context.Context, composePaths []string) error {
if uiTesting || downTesting {
if uiTesting {
profiles = append(profiles, backend.DevUIProfile)
}

Expand Down

0 comments on commit b177c4c

Please sign in to comment.