This commit is contained in:
icex2
2021-12-28 23:15:46 +01:00
parent bfe68f8708
commit a81997dce8
3 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -23,6 +23,6 @@ if [ "$changelog_excerpt" ]; then
printf "%s" "$changelog_excerpt"
exit 0
else
echo "Could not find version in changelog: $VERSION"
>&2 echo "Could not find version in changelog: $VERSION"
exit 1
fi