diff --git a/scripts/updates-8-extras-beta.sh b/scripts/updates-8-extras-beta.sh index e644df2..51610bc 100755 --- a/scripts/updates-8-extras-beta.sh +++ b/scripts/updates-8-extras-beta.sh @@ -1,7 +1,7 @@ #!/bin/bash source "$(dirname "$0")/common-8" -TARGET_DIR="/mnt/compose/8-LookAhead" +TARGET_DIR="/mnt/compose/8-BETA" SHORT=Extras CONFIG=/etc/pungi-beta/extras-beta.conf # Unused for now @@ -21,7 +21,7 @@ ret_val=$? if [[ "$ret_val" != "0" ]]; then if [[ "$MAILNOTIF" == "yes" ]]; then - echo "This is a notification that a recent lookahead $SHORT compose failed on $(hostname)" | mutt -e "set from=\"$FROM\"" \ + echo "This is a notification that a recent beta $SHORT compose failed on $(hostname)" | mutt -e "set from=\"$FROM\"" \ -e 'set envelope_from=yes' \ -s "Compose $NEWCOMPOSE_ID failed (for Rocky Linux $REVISION)" \ releng@rockylinux.org