Skip to content

Commit

Permalink
Fixed publish-timere.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Nov 28, 2023
1 parent c7587ed commit 3de5546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish-timere.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ ! -d "$opam_repo" ]; then
fi

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

Expand Down

0 comments on commit 3de5546

Please sign in to comment.