From 775bb96d25d1e56bcefb317db74b30c5b57b699c Mon Sep 17 00:00:00 2001 From: DaChiaDev Date: Sat, 14 Aug 2021 15:37:31 +0800 Subject: [PATCH] Add space --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 904021d..c9f93ca 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\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' ", + "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' ", // Uncomment when using a ptrace-based debugger like C++, Go, and Rust // "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ],