Skip to content

Commit 0fcb789

Browse files
committed
Small fix
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>
1 parent dd2462e commit 0fcb789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/provisioning/post_provision_config_common_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ send_mail() {
6969
echo "Host: $HOSTNAME"
7070
echo ""
7171
echo -e "$message"
72-
} 2>&1 | mail -s "$subject" -r "$HOSTNAME"@intel.com "$recipients"
72+
} 2>&1 | mail -s "$subject" -r "$HOSTNAME"@hpe.com "$recipients"
7373
set -x
7474
}
7575

0 commit comments

Comments
 (0)