diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-02-28 15:19:24 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-02-28 15:19:24 +0100 |
commit | 178d6a116fb99fe0abe458338135443314fc18ef (patch) | |
tree | 033bbc570ec40d66a8c190918fdd6a9ac24a1e0a /rules/patch | |
parent | 0a4c8960e0c838b803289102de4b9b760a646cb1 (diff) | |
parent | 95bef3c6237c2d3950ba4d886aa0329d242105ce (diff) | |
download | rules-cc-178d6a116fb99fe0abe458338135443314fc18ef.tar.gz |
Merge commit '95bef3c6237c2d3950ba4d886aa0329d242105ce' into HEAD
Diffstat (limited to 'rules/patch')
-rw-r--r-- | rules/patch/RULES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/patch/RULES b/rules/patch/RULES index bba83c2..b1ba95e 100644 --- a/rules/patch/RULES +++ b/rules/patch/RULES @@ -5,7 +5,8 @@ , "config_vars": ["PATCH", "ENV"] , "field_doc": { "src": - ["The single source file to patch, typically an explict file reference."] + [ "The single source file to patch, typically an explicit file reference." + ] , "patch": ["The patch to apply."] , "patch-part": [ "If the patch contains hunks for multiple files, only apply hunks for" |