Skip to content

Commit

Permalink
Merge pull request #6 from kir0ul/patch-1
Browse files Browse the repository at this point in the history
Misplaced quote in README
  • Loading branch information
milind-shakya-sp authored Apr 25, 2019
2 parents 65ce90f + c1b9f58 commit 668a90f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ It is best used along with pre-commit_. You can use it along with pre-commit by

repos:
- repo: https://github.com/milin/giticket
rev: 'e0bf7ae'
rev: '65ce90f'
hooks:
- id: giticket
args: ['--regex=PROJ-[0-9]', --format='"{ticket} {commit-msg}"'] # Optional
args: ['--regex=PROJ-[0-9]', '--format="{ticket} {commit-msg}"'] # Optional


You need to have precommit setup to use this hook.
Expand Down

0 comments on commit 668a90f

Please sign in to comment.