From 101295a6a25b57145f89549afda5e9fbe1d8873c Mon Sep 17 00:00:00 2001 From: Simone Rodigari <32323373+SRodi@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:13:19 +0000 Subject: [PATCH] fix(docs): add missing --add flag --- .devcontainer/installMoreTools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/installMoreTools.sh b/.devcontainer/installMoreTools.sh index c3eadcee992..eca39c0707e 100755 --- a/.devcontainer/installMoreTools.sh +++ b/.devcontainer/installMoreTools.sh @@ -8,4 +8,4 @@ export LLVM_VERSION=14 curl -sL https://apt.llvm.org/llvm.sh | sudo bash -s "$LLVM_VERSION" # Configure Git client to sign commits by default -git config commit.gpgsign true +git config --add commit.gpgsign true