Skip to content

Commit a85d41d

Browse files
committed
resolve blank eol
1 parent f90f824 commit a85d41d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev-support/git-jira-validation/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ and this changelist can be identified based on Fixed/Closed Jiras
2525
with the correct fix versions. However, sometimes we face few
2626
inconsistencies between fixed Jira and Git commit message.
2727

28-
git_jira_fix_version_check.py script takes care of
28+
git_jira_fix_version_check.py script takes care of
2929
identifying all git commits with commit
3030
messages with any of these issues:
3131

@@ -48,7 +48,7 @@ Python 3.9.7
4848
4949
$ python3 -m venv ./venv
5050
51-
$ ./venv/bin/pip install -r dev-support/git-jira-validation/requirements.txt
51+
$ ./venv/bin/pip install -r dev-support/git-jira-validation/requirements.txt
5252
5353
$ ./venv/bin/python dev-support/git-jira-validation/git_jira_fix_version_check.py
5454
@@ -87,7 +87,7 @@ Example of script execution:
8787
JIRA Project Name (e.g HADOOP / OZONE etc): HADOOP
8888
First commit hash to start excluding commits from history: fa4915fdbbbec434ab41786cb17b82938a613f16
8989
Fix Version: 3.3.2
90-
Jira server url (default: https://issues.apache.org/jira):
90+
Jira server url (default: https://issues.apache.org/jira):
9191
Path of project's working dir with release branch checked-in: /Users/vjasani/Documents/src/hadoop-3.3/hadoop
9292
9393
Check git status output and verify expected branch

0 commit comments

Comments
 (0)