Explorar el Código

Fix Makefile issue

Jérôme BUISINE hace 4 años
padre
commit
a2ef5d1af2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: