[PATCH] Fix the wrong command in CONTRIBUTING.md
Signed-off-by: Yumei Huang
On Fri, Oct 10, 2025 at 03:51:53PM +0800, Yumei Huang wrote:
Signed-off-by: Yumei Huang
Reviewed-by: David Gibson
--- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5f41bc3..75ad2a7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -115,7 +115,7 @@ letter before sending.
Use `git send-email` to send patches directly to the mailing list:
- git send-email --to=passt-dev@passt.top 000*.patch -o outgoing/000*.patch + git send-email --to=passt-dev@passt.top outgoing/000*.patch
If there are CCs (e.g. maintainers, reviewers), you can add them with `--cc`:
-- 2.47.0
-- David Gibson (he or they) | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you, not the other way | around. http://www.ozlabs.org/~dgibson
On Fri, 10 Oct 2025 15:51:53 +0800
Yumei Huang
Signed-off-by: Yumei Huang
--- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5f41bc3..75ad2a7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -115,7 +115,7 @@ letter before sending.
Use `git send-email` to send patches directly to the mailing list:
- git send-email --to=passt-dev@passt.top 000*.patch -o outgoing/000*.patch + git send-email --to=passt-dev@passt.top outgoing/000*.patch
Oops, this was the only command I didn't test during review for obvious reason, and there we go, of course... Applied. -- Stefano
participants (3)
-
David Gibson
-
Stefano Brivio
-
Yumei Huang