Skip to content

Commit 721e268

Browse files
Makefile:docker deps check
1 parent 4d6b004 commit 721e268

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ DOCKER_COMPOSE := $(shell command -v docker-compose)
77
deps:
88
ifndef DOCKER
99
@echo "Docker is not available. Please install docker"
10-
@echo "try running 'sudo apt-get install docker'"
10+
@echo "try running sudo apt-get install docker"
1111
@exit 1
1212
endif
1313
ifndef DOCKER_COMPOSE
1414
@echo "docker-compose is not available. Please install docker-compose"
15-
@echo "try running 'sudo apt-get install docker-compose'"
15+
@echo "try running sudo apt-get install docker-compose"
1616
@exit 1
1717
endif
1818

0 commit comments

Comments
 (0)