Skip to content

Commit 76ca25e

Browse files
grom72osalyk
authored andcommitted
Small fix
Signed-off-by: Tomasz Gromadzki <[email protected]>
1 parent 6037ed0 commit 76ca25e

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)