Skip to content

Commit 0077aaf

Browse files
committed
fix(docs): fix sign commit commad in docs
1 parent 522811f commit 0077aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Commits need to be signed. Indeed, the DocArray repo enforces the [Developer Cer
210210
To sign your commits you need to [use the `-s` argument](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) when committing:
211211

212212
```
213-
git commit -m -s 'feat: add a new feature'
213+
git commit -S -m 'feat: add a new feature'
214214
```
215215

216216
#### What if I mess up?

0 commit comments

Comments
 (0)