Commit 7e536563 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgs: remove unneeded space

parent bc462e98
......@@ -346,8 +346,8 @@ do
CURVER=$(get_version $i)
CURREL=$(get_release $i)
EGEARME=""
is_gear && EGEARME="import in git"
add_changelog_helper "- new version ($CURVER) $EGEARME" $i || echog "Changelog entry for $CURVER-$CURREL already exists"
is_gear && EGEARME=" import in git"
add_changelog_helper "- new version ($CURVER)$EGEARME" $i || echog "Changelog entry for $CURVER-$CURREL already exists"
fi
if [ -n "$GSSETVERSION" ] || [ -n "$FORCEDOWNLOAD" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment