Skip to content

Commit 0a529a4

Browse files
committed
Merge pull request #17 from maboiteaspam/coquille
code style matters.
2 parents c853f11 + cb197a6 commit 0a529a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

changelog-maker.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ const gitcmd = 'git log --pretty=full --since="{{sincecmd}}" --until="{{u
3939
, untilcmd = ''
4040
, refcmd = argv.a || argv.all ? 'git rev-list --max-parents=0 HEAD' : 'git rev-list --max-count=1 {{ref}}'
4141
, defaultRef = '--tags=v*.*.* 2> /dev/null ' +
42-
'|| git rev-list --max-count=1 --tags=*.*.* 2> /dev/null ' +
43-
'|| git rev-list --max-count=1 HEAD'
42+
'|| git rev-list --max-count=1 --tags=*.*.* 2> /dev/null ' +
43+
'|| git rev-list --max-count=1 HEAD'
4444

4545
debug(ghId)
4646

0 commit comments

Comments
 (0)