From 76fb27662d4757f04e320df09387ceac6d83b5d7 Mon Sep 17 00:00:00 2001 From: Nathan Lloyd Ward Date: Wed, 19 Jun 2024 20:48:58 -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 89bb928..210c75d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,6 +7,6 @@ } }, "postAttachCommand": [ - "curl -fsSL https://get.jetpack.io/devbox | bash -s -- -f && echo done" + "curl -fsSL https://get.jetpack.io/devbox | bash -s -- -f" ] } \ No newline at end of file