From 282f423191e02027dd0988a201766d5cf669c64b Mon Sep 17 00:00:00 2001 From: Nathan Lloyd Ward Date: Wed, 19 Jun 2024 20:42:57 -0400 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index fb91f85..9d11c24 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,7 +7,7 @@ } }, "postAttachCommand": [ - "curl -fsSL https://get.jetpack.io/devbox | bash -s -- -f ;\n", + "curl -fsSL https://get.jetpack.io/devbox | bash -s -- -f && echo done ; \n", "echo 'eval \"$(devbox global shellenv --init-hook)\"' >> ~/.zshrc" ] }