Commit 0b4725c
committed
check: fix Fixes trailer regex
The sed command with the regex fails to keep the sha1 and remove the
commit title from the 'Fixes' trailer. Then the git command fails to
find the commit. A commit with 'Fixes' can not be validated by the
script.
Fix the regex to extract the sha1.
Signed-off-by: Jeremie Leska <jeremie.leska@6wind.com>1 parent d3a2f35 commit 0b4725c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments