We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6037ed0 commit 76ca25eCopy full SHA for 76ca25e
ci/provisioning/post_provision_config_common_functions.sh
@@ -69,7 +69,7 @@ send_mail() {
69
echo "Host: $HOSTNAME"
70
echo ""
71
echo -e "$message"
72
- } 2>&1 | mail -s "$subject" -r "$HOSTNAME"@intel.com "$recipients"
+ } 2>&1 | mail -s "$subject" -r "$HOSTNAME"@hpe.com "$recipients"
73
set -x
74
}
75
0 commit comments