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" ] }