Skip to content

Commit 12bb077

Browse files
authored
Update example to include --sha (#20)
1 parent 32504e4 commit 12bb077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Note: We also indent the lines of the commit
1313
### Example: CVE-2022-3565 for jira VULN-168
1414
This is for cherry-picking a commit for `CVE-2024-1234` that is associated to ticket `jira VULN-1234`
1515
```
16-
$ ciq-cherry-pick --ticket "VULN-168" --ciq-tag "cve CVE-2022-3565" 2568a7e0832ee30b0a351016d03062ab4e0e0a3f
16+
$ ciq-cherry-pick --ticket "VULN-168" --ciq-tag "cve CVE-2022-3565" --sha 2568a7e0832ee30b0a351016d03062ab4e0e0a3f
1717
```
1818

1919
This will produce a comment message like:

0 commit comments

Comments
 (0)