Skip to content

Commit

Permalink
build: add cron for dependecy chart updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Jan 29, 2024
1 parent cf86623 commit 5bda2b4
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 @@ -20,7 +20,7 @@ chartlint:
.PHONY: chart-bump-version
chart-bump-version:
@set -e; \
if [ ! -z "$(CHART)" ]; then\
if [ -z "$(CHART)" ]; then\
echo "no chart specified"; \
exit 1; \
fi; \
Expand Down

0 comments on commit 5bda2b4

Please sign in to comment.