From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: passt.top; dmarc=pass (p=quarantine dis=none) header.from=redhat.com Authentication-Results: passt.top; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=bvqLQbor; dkim-atps=neutral Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by passt.top (Postfix) with ESMTPS id 5C32E5A0619 for ; Fri, 10 Oct 2025 09:52:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1760082726; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=TDPTTbE3Tk/3VOF7OZoVnDqzPpzXNz6561gQnt+PkXE=; b=bvqLQbor0R4FCAec7vo0cri0MukG2+3uINJ69N+LaQEed4+YGrF+3I08jhATI2o0SBpuWC ZtPRqJZ1afGr67Q8Z+KKZDB8modhimYagdaZaSaREvnB2DpCStxzJQe1ikFrSgHtu0givs 8/UR49L7ELJ6bTtcBeDYw6znDn/Llfw= Received: from mx-prod-mc-02.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-389-JiKbaIjPOWujYNksJ-_Kxg-1; Fri, 10 Oct 2025 03:52:02 -0400 X-MC-Unique: JiKbaIjPOWujYNksJ-_Kxg-1 X-Mimecast-MFC-AGG-ID: JiKbaIjPOWujYNksJ-_Kxg_1760082721 Received: from mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.12]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-02.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id DDE5A195608E; Fri, 10 Oct 2025 07:52:00 +0000 (UTC) Received: from fedora.redhat.com (unknown [10.72.112.91]) by mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 4A78519560BB; Fri, 10 Oct 2025 07:51:57 +0000 (UTC) From: Yumei Huang To: passt-dev@passt.top, sbrivio@redhat.com Subject: [PATCH] Fix the wrong command in CONTRIBUTING.md Date: Fri, 10 Oct 2025 15:51:53 +0800 Message-ID: <20251010075153.22542-1-yuhuang@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.0 on 10.30.177.12 X-Mimecast-Spam-Score: 0 X-Mimecast-MFC-PROC-ID: 5pae6WMCoAQU4lpQtJKVneMEhPcSECUQqM10Fk21zmI_1760082721 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit content-type: text/plain; charset="US-ASCII"; x-default=true Message-ID-Hash: 3V3KY3TVNSN3CS32JZ4LJ6EIHSPDPTBD X-Message-ID-Hash: 3V3KY3TVNSN3CS32JZ4LJ6EIHSPDPTBD X-MailFrom: yuhuang@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: david@gibson.dropbear.id.au, yuhuang@redhat.com X-Mailman-Version: 3.3.8 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: 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 If there are CCs (e.g. maintainers, reviewers), you can add them with `--cc`: -- 2.47.0