diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-11 23:55:02 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-11 23:55:02 (EDT) |
commit | 4e4f8af4a53fb0f1f7aedafda55de632dd80c735 (patch) | |
tree | f874e1397bd5e480dc407c6f30e32de5be5ea36e /lib | |
parent | f78a91f662315035d4d9d6a4f8d6549921d8e6df (diff) |
_ob_get_changelog_expect_str(): Drop unnecessary echo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/changelog.sh | 2 |
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 } |