Skip to content

Commit a1cf3a9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1e3359c commit a1cf3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/git-semvers

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ function usage() {
3535
echo "Usage: $(my-name) ARG ARG"
3636
}
3737

38-
git tag -l "v*.*.*" --sort=-v:refname | awk -F. '!seen[$1,$2]++'
38+
git tag -l "v*.*.*" --sort=-v:refname | awk -F. '!seen[$1,$2]++'

0 commit comments

Comments
 (0)