Sfoglia il codice sorgente

Fix Makefile issue

Jérôme BUISINE 4 anni fa
parent
commit
a2ef5d1af2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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: