Skip to content

Commit

Permalink
Fix invalid link
Browse files Browse the repository at this point in the history
  • Loading branch information
bearaujus committed Jan 13, 2024
1 parent 9abfd77 commit 12afa83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ status:
.PHONY: check
check:
@if [ -z "$(DOCKER_COMPOSE_BIN)" ]; then \
echo "ERR: docker-compose not found. please install docker. see: https://github.com/bearaujus/cash-mint/README.md#usage"; \
echo "ERR: docker-compose not found. please install docker. see: https://github.com/bearaujus/cash-mint/blob/master/README.md#usage"; \
exit 1; \
fi
@echo "OK: docker-compose is present."

@if [ ! -f .env ]; then \
echo "ERR: environment file is missing at '$(DOCKER_COMPOSE_ENV_FILE_NAME)'. see: https://github.com/bearaujus/cash-mint/README.md#usage"; \
echo "ERR: environment file is missing at '$(DOCKER_COMPOSE_ENV_FILE_NAME)'. see: https://github.com/bearaujus/cash-mint/blob/master/README.md#usage"; \
exit 1; \
fi
@echo "OK: environment file is present."
Expand Down

0 comments on commit 12afa83

Please sign in to comment.