From b8e4f1a128bcbd97146e0934c98b5edcebf66ead Mon Sep 17 00:00:00 2001 From: skifli <121291719+skifli@users.noreply.github.com> Date: Fri, 16 Feb 2024 15:34:46 +0000 Subject: [PATCH] fix: convoluted method in `devcontainer.json` As a test for the CLA bot. Signed-off-by: skifli <121291719+skifli@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 6bc7108..6f6238f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,3 +1,3 @@ { - "onCreateCommand": "git submodule update --init --recursive && sudo apt update && sudo apt install clang-format -y && sudo apt-get -y install ninja-build && pip install -r ./requirements.txt && pre-commit install" + "onCreateCommand": "git submodule update --init --recursive && sudo apt update && sudo apt-get -y install clang-format ninja-build && pip install -r ./requirements.txt && pre-commit install" }