[PATCH v2 compass-ci 2/5] container/send-mail: mail-post.rb

28 Oct
2020
28 Oct
'20
9:28 a.m.
fix invoke function name error Signed-off-by: Luan Shengde <luanshengde2@huawei.com> --- lib/mail-post.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mail-post.rb b/lib/mail-post.rb index 5832bfb..0b1f94a 100755 --- a/lib/mail-post.rb +++ b/lib/mail-post.rb @@ -22,7 +22,7 @@ post '/send_mail_yaml' do 'body' => data['body'] } - check_send_mail(mail_info) + send_mail(mail_info) end post '/send_mail_text' do -- 2.23.0
1633
Age (days ago)
1633
Last active (days ago)
0 comments
1 participants
participants (1)
-
Luan Shengde