Skip to content

Commit

Permalink
chore: fix make file
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarschulte committed Mar 21, 2024
1 parent 771ac84 commit 92ae758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ charttesting:
@set -e; \
for dir in charts/steadybit-extension-*; do \
echo "Unit Testing $$dir"; \
helm unittest -u $$dir; \
helm unittest $$dir; \
done

## chartlint: Lint charts
Expand Down

0 comments on commit 92ae758

Please sign in to comment.