Skip to content

Commit 48ec0aa

Browse files
committed
fix(docs): add missing --set flag
1 parent 7d6e5e1 commit 48ec0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/installMoreTools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export LLVM_VERSION=14
88
curl -sL https://apt.llvm.org/llvm.sh | sudo bash -s "$LLVM_VERSION"
99

1010
# Configure Git client to sign commits by default
11-
git config commit.gpgsign true
11+
git config --set commit.gpgsign true

0 commit comments

Comments
 (0)