Makefile: Fix 'make run' to use correct image name

This commit is contained in:
Harald Welte 2017-08-19 20:18:59 +02:00
parent a802af1fd9
commit 58343d6c87
1 changed files with 1 additions and 1 deletions

View File

@ -109,4 +109,4 @@ check-release: .release
run:
docker run $(RUN_ARGS) -it $(NAME)
docker run $(RUN_ARGS) -it $(IMAGE)