From 07bf0dd97eed5f40469dacd2f7d5c7b337ee8d42 Mon Sep 17 00:00:00 2001 From: Nathan Lloyd Ward Date: Wed, 19 Jun 2024 20:26:28 -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 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" ] }