Skip to content

Commit

Permalink
Fix minor helm make target syntax error (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
rooftopcellist committed Jan 27, 2023
1 parent 8d6db09 commit d26a6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -381,7 +381,7 @@ helm-index:
result=$$?;\
if [ $${result} -eq 0 ]; then\
echo "Downloaded $${dl_url}";\
mkdir -p .cr-release-packages/$${tag}
mkdir -p .cr-release-packages/$${tag};\
mv ./$(CHART_REPO)-$${tag}.tgz .cr-release-packages/$${tag};\
else\
echo "Skipping release $${tag}; No helm chart present";\
Expand Down

0 comments on commit d26a6bf

Please sign in to comment.