浏览代码

Fix Makefile issue

Jérôme BUISINE 4 年之前
父节点
当前提交
a2ef5d1af2
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: