Skip to content

Commit 158eec3

Browse files
committed
chore: fix make file
1 parent 7f28d0f commit 158eec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ charttesting:
4646
@set -e; \
4747
for dir in charts/steadybit-extension-*; do \
4848
echo "Unit Testing $$dir"; \
49-
helm unittest -u $$dir; \
49+
helm unittest $$dir; \
5050
done
5151

5252
## chartlint: Lint charts

0 commit comments

Comments
 (0)