From e35c343bc6c4dec79c69a42e5dff7ba104c43ea4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Wed, 13 Apr 2022 14:30:17 +0200 Subject: [PATCH] devcontainer: remove trailing comma from JSON JSON doesn't support that. --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 76f24be..344edc5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ "name": "koji-osbuild", "build": { "dockerfile": "Dockerfile", - "context": "..", + "context": ".." }, "mounts": [ "source=osbuild-share,target=/root/.local/share,type=volume"