aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-07-17 09:07:34 -0700
committerKhem Raj <raj.khem@gmail.com>2021-07-17 09:08:47 -0700
commitd774c880236ee67f0e15455c3ef2171c8d0fef40 (patch)
treedab7d6ab48b23f01905530e26fa814d7206fa97f /meta-initramfs
parent1f6cf6779ecaff0f6e43db81e1644a07f5eab7d2 (diff)
downloadmeta-openembedded-d774c880236ee67f0e15455c3ef2171c8d0fef40.tar.gz
layers: Fix git send-email instructions in README
This ensures that cut-n-paste of this command from README will work Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-initramfs')
-rw-r--r--meta-initramfs/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-initramfs/README b/meta-initramfs/README
index 79244d43f0..a8f17ba859 100644
--- a/meta-initramfs/README
+++ b/meta-initramfs/README
@@ -23,7 +23,7 @@ Send patches / pull requests to openembedded-devel@lists.openembedded.org
with '[meta-initramfs]' in the subject.
When sending single patches, please using something like:
-'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-initramfs][PATCH'
+git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix='meta-initramfs][PATCH'
Interm layer maintainer: Khem Raj <raj.khem@gmail.com>