Skip to content

Commit 3de5546

Browse files
committed
Fixed publish-timere.sh
1 parent c7587ed commit 3de5546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish-timere.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [ ! -d "$opam_repo" ]; then
1212
fi
1313

1414
ver=$(cat CHANGELOG.md \
15-
| grep '## Timere' \
15+
| grep '## Timere ' \
1616
| head -n 1 \
1717
| sed -n 's/^## Timere\s*\(\S*\)$/\1/p')
1818

0 commit comments

Comments
 (0)