From 3bb913eec3b0e17c07ea8ebe8c07fe9176632edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7oise=20Conil?= <fcodvpt@gmail.com> Date: Thu, 20 Feb 2020 17:42:05 +0100 Subject: [PATCH] Missing comma in index.json --- Docker/hello-docker/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/hello-docker/index.json b/Docker/hello-docker/index.json index a0180e8..e464ccc 100644 --- a/Docker/hello-docker/index.json +++ b/Docker/hello-docker/index.json @@ -11,7 +11,7 @@ } ], "intro": { - "text": "intro.md" + "text": "intro.md", "courseData": "intro-course-data.sh", "credits": "This course was inpired by [Docker and Makefiles example from Ben Hall](https://github.com/BenHall/katacoda-scenarios/tree/master/1)" }, -- GitLab