diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-06-22 16:52:33 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-06-22 16:52:33 +0300 |
commit | c2a0ae3e226d1cedceb2a7814c8adfbbfbd7afe1 (patch) | |
tree | b08890a6ce1ada42e2ae6693eb7c078e8cb221bf | |
parent | feeb467c1a9142bf09fc54fbc5dcc5239d647c78 (diff) |
Build result email text minor fix
-rw-r--r-- | mod/mod-build-result.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ()); |