From a425267f74260fe072a80acc6445ddc1cbaddab5 Mon Sep 17 00:00:00 2001 From: DaChiaDev Date: Sat, 14 Aug 2021 15:44:27 +0800 Subject: [PATCH] Spacing --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c9f93ca..e00326e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -28,7 +28,7 @@ "postCreateCommand": "ghost install local && (cd ~/ && curl -O https://raw.githubusercontent.com/AdvisorySG/refresh/main/refresh.sh && chmod 775 refresh.sh) && cd content/themes && git clone https://github.com/AdvisorySG/ghost-advisory-theme.git && cd ghost-advisory-theme && npm install", //Start ghost whenever container starts. - "postStartCommand": "printf '\n\n\n\n\n\n\nRun command ~/refresh.sh in a new terminal to start the ghost instance and handlebar listener for Ghost Advisory Theme\n\n\n\n\n' ", + "postStartCommand": "printf '\n\n\n\n\n\n\nRun command ~/refresh.sh in a new terminal to start the ghost instance and handlebar listener for Ghost Advisory Theme\n\n\n\n\n\n' ", // Uncomment when using a ptrace-based debugger like C++, Go, and Rust // "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ],