diff --git a/nightly-modular.sh b/nightly-modular.sh index 496bde6..946e3f5 100755 --- a/nightly-modular.sh +++ b/nightly-modular.sh @@ -43,7 +43,7 @@ FEDMSG_CERTPREFIX="releng" fedmsg_json_start=$(printf '{"log": "start", "branch": "%s", "arch": "%s"}' "$BRANCHED" "$ARCH") send_fedmsg "${fedmsg_json_start}" ${DIST} start -CMD="pungi-koji --config=$CONFIG --old-composes=$TARGET_DIR $OLD_COMPOSES_DIR $NIGHTLY $SKIP_PHASES" +CMD="pungi-koji --notification-script=/usr/bin/pungi-fedmsg-notification --config=$CONFIG --old-composes=$TARGET_DIR $OLD_COMPOSES_DIR $NIGHTLY $SKIP_PHASES" if [ -z "$COMPOSE_ID" ]; then CMD="$CMD --target-dir=$TARGET_DIR"