diff --git a/percona-packaging/scripts/pg_stat_monitor_builder.sh b/percona-packaging/scripts/pg_stat_monitor_builder.sh index d9e0224..3b7d127 100644 --- a/percona-packaging/scripts/pg_stat_monitor_builder.sh +++ b/percona-packaging/scripts/pg_stat_monitor_builder.sh @@ -107,7 +107,7 @@ set_changelog(){ echo "$start_line" current_date=$(date +"%a %b %d %Y") sed -i "$start_line,$ d" $1 - echo "* $current_date Percona Build/Release Team - ${VERSION}-${RPM_RELEASE} >> $1 + echo "* $current_date Percona Build/Release Team - ${VERSION}-${RPM_RELEASE}" >> $1 echo "- Release ${VERSION}-${RPM_RELEASE}" >> $1 return fi