From 63c4b0d7c23d9b80bcfd74b8d34323ff6c7a5a71 Mon Sep 17 00:00:00 2001 From: Adam Outler Date: Sun, 26 Oct 2025 14:15:12 -0400 Subject: [PATCH] Update .devcontainer/devcontainer.json Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8b4a036e..a4af7e8f 100755 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -44,7 +44,7 @@ }, "postCreateCommand": { - "Install Pip Requriements": "/opt/venv/bin/pip3 install pytest docker debugpy" + "Install Pip Requirements": "/opt/venv/bin/pip3 install pytest docker debugpy" }, "postStartCommand": { "Start Environment":"${containerWorkspaceFolder}/.devcontainer/scripts/setup.sh",