Skip to content

Commit

Permalink
fix(docs): add missing --add flag
Browse files Browse the repository at this point in the history
  • Loading branch information
SRodi committed Oct 17, 2024
1 parent 7d6e5e1 commit 8a4ee34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/installMoreTools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8a4ee34

Please sign in to comment.