Skip to content

Commit

Permalink
Fix dev system-tests --down command
Browse files Browse the repository at this point in the history
  • Loading branch information
jt-dd committed Oct 9, 2024
1 parent df687b4 commit f4d6c88
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 f4d6c88

Please sign in to comment.