diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 57f9a6a..0ddb54e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,7 +7,7 @@ } }, "postCreateCommand": [ - "curl -fsSL https://get.jetpack.io/devbox | bash -s -- -f", + "curl -fsSL https://get.jetpack.io/devbox | bash -s -- -f ;", "echo 'eval \"$(devbox global shellenv --init-hook)\"' >> ~/.zshrc" ] }