From c2a0ae3e226d1cedceb2a7814c8adfbbfbd7afe1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 22 Jun 2017 16:52:33 +0300 Subject: Build result email text minor fix --- mod/mod-build-result.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/mod-build-result.cxx') diff --git a/mod/mod-build-result.cxx b/mod/mod-build-result.cxx index 21e1de6..042114d 100644 --- a/mod/mod-build-result.cxx +++ b/mod/mod-build-result.cxx @@ -401,7 +401,7 @@ handle (request& rq, response&) {to}); if (b->results.empty ()) - sm.out << "No operations results available." << endl; + sm.out << "No operation results available." << endl; else { const string& host (options_->host ()); -- cgit v1.1