From 01d1c623e5db3c0a69fbe312785d022042adef3e Mon Sep 17 00:00:00 2001 From: Olivier Benz Date: Wed, 2 Aug 2023 13:04:54 +0200 Subject: [PATCH] Fix postStartCommand (#8) --- .devcontainer/devcontainer.json | 4 +--- .devcontainer/julia-pubtools/devcontainer.json | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e845bf7..4b97c36 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -12,9 +12,7 @@ } }, - "postStartCommand": { - "julia": "postStartCommand.sh" - }, + "postStartCommand": "postStartCommand.sh", "features": { "ghcr.io/devcontainers/features/common-utils:2": { diff --git a/.devcontainer/julia-pubtools/devcontainer.json b/.devcontainer/julia-pubtools/devcontainer.json index 6e29818..b16c239 100644 --- a/.devcontainer/julia-pubtools/devcontainer.json +++ b/.devcontainer/julia-pubtools/devcontainer.json @@ -12,9 +12,7 @@ } }, - "postStartCommand": { - "julia": "postStartCommand.sh" - }, + "postStartCommand": "postStartCommand.sh", "features": { "ghcr.io/devcontainers/features/common-utils:2": {