diff --git a/addons_updater/rootfs/etc/cont-init.d/99-run.sh b/addons_updater/rootfs/etc/cont-init.d/99-run.sh index 1fd3d083b..f8e23d6f6 100755 --- a/addons_updater/rootfs/etc/cont-init.d/99-run.sh +++ b/addons_updater/rootfs/etc/cont-init.d/99-run.sh @@ -280,7 +280,7 @@ for f in */; do #Update changelog touch "/data/${BASENAME}/${SLUG}/CHANGELOG.md" if [[ "$SOURCE" == *"github"* ]]; then - sed -i "1i - Update to latest version from $UPSTREAM (https://github.com/${REPOSITORY%/}/releases)" "/data/${BASENAME}/${SLUG}/CHANGELOG.md" + sed -i "1i - Update to latest version from $UPSTREAM (changelog : https://github.com/${UPSTREAM%/}/releases)" "/data/${BASENAME}/${SLUG}/CHANGELOG.md" else sed -i "1i - Update to latest version from $UPSTREAM" "/data/${BASENAME}/${SLUG}/CHANGELOG.md" fi