Parcourir la source

Fix Makefile issue

Jérôme BUISINE il y a 4 ans
Parent
commit
a2ef5d1af2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -4,7 +4,7 @@ build:
 	@echo "----------------------------------------------------------------"
 	docker build --no-cache . --tag djangowebexpe
 	@echo "----------------------------------------------------------------"
-	@echo "Image is now build you can run instance using 'make run'
+	@echo "Image is now build you can run instance using 'make run'"
 	@echo "----------------------------------------------------------------"
 
 run: