Skip to content

Commit

Permalink
Update Makefile.repo (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Apr 4, 2018
1 parent 2f23366 commit dbae215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/helm/Makefile.repo
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ helm/repo/lint:
$(call assert-set,REPO_NAME)
@echo "## Linting charts $(shell pwd)"
@find $(HELM_REPO_PATH) -maxdepth 1 -mindepth 1 -type d | \
xargs -n 1 -I'{}' $(HELM) lint --strict {}
xargs -n 1 -I'{}' $(HELM) lint {}

## Clean helm repo
helm/repo/clean:
Expand Down

0 comments on commit dbae215

Please sign in to comment.