From 5af703ae20cd7ce9ff1b3d11b8ed9bea82e71c09 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Thu, 5 Sep 2024 12:51:23 +0200 Subject: [PATCH] chore: fix typo in CONTRIBUTING.md regarding git commit signoff Signed-off-by: Jan Kowalleck --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 12bc288f..7c3be199 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,5 +47,5 @@ Please sign off your commits, to show that you agree to publish your changes und , and to indicate agreement with [Developer Certificate of Origin (DCO)](https://developercertificate.org/). ```shell -git commit --signed-off ... +git commit --signedoff ... ```