mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixing a typo in Makefile
A typo is present in the new awesome `make help`, fixing that. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
d5dfc4e526
commit
3785844c5b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -96,7 +96,7 @@ rpm: build ## build the rpm packages
|
|||
shell: build ## start a shell inside the build env
|
||||
$(DOCKER_RUN_DOCKER) bash
|
||||
|
||||
test: build ## un the unit, integration and docker-py tests
|
||||
test: build ## run the unit, integration and docker-py tests
|
||||
$(DOCKER_RUN_DOCKER) hack/make.sh dynbinary cross test-unit test-integration-cli test-docker-py
|
||||
|
||||
test-docker-py: build ## run the docker-py tests
|
||||
|
|
Loading…
Add table
Reference in a new issue