File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ status:
2626.PHONY : check
2727check :
2828 @if [ -z " $( DOCKER_COMPOSE_BIN) " ]; then \
29- echo " ERR: docker-compose not found. please install docker. see: https://github.com/bearaujus/cash-mint/README.md#usage" ; \
29+ echo " ERR: docker-compose not found. please install docker. see: https://github.com/bearaujus/cash-mint/blob/master/ README.md#usage" ; \
3030 exit 1; \
3131 fi
3232 @echo " OK: docker-compose is present."
3333
3434 @if [ ! -f .env ]; then \
35- echo "ERR: environment file is missing at '$(DOCKER_COMPOSE_ENV_FILE_NAME)'. see: https://github.com/bearaujus/cash-mint/README.md# usage"; \
35+ echo "ERR: environment file is missing at '$(DOCKER_COMPOSE_ENV_FILE_NAME)'. see: https://github.com/bearaujus/cash-mint/blob/master/ README.md# usage"; \
3636 exit 1; \
3737 fi
3838 @echo "OK: environment file is present."
You can’t perform that action at this time.
0 commit comments