Skip to content

Commit

Permalink
chore: add link to mise in output when failing to find it
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Mar 18, 2024
1 parent 519d2e0 commit b172ec2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ tools: kic-role-generator controller-gen kustomize client-gen golangci-lint gote
MISE := $(shell which mise)
.PHONY: mise
mise:
@mise -V >/dev/null || (echo "mise not found. Please install it." && exit 1)

@mise -V >/dev/null || (echo "mise - https://github.com/jdx/mise - not found. Please install it." && exit 1)

KIC_ROLE_GENERATOR = $(PROJECT_DIR)/bin/kic-role-generator
.PHONY: kic-role-generator
Expand Down

0 comments on commit b172ec2

Please sign in to comment.