summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/changelog.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/changelog.sh b/lib/changelog.sh
index c4cb01d..2c64954 100644
--- a/lib/changelog.sh
+++ b/lib/changelog.sh
@@ -47,7 +47,7 @@ _ob_parse_changelog_error()
_ob_get_changelog_expect_str()
{
- echo "$(_ob_get_msg "changelog_expect_${1}")"
+ _ob_get_msg "changelog_expect_${1}"
return 0
}