You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2018/04/03 21:06:45 UTC

[23/50] [abbrv] logging-log4j-scala git commit: Fix typo

Fix typo


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/commit/9c4d5484
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/tree/9c4d5484
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/diff/9c4d5484

Branch: refs/heads/master
Commit: 9c4d5484cf2dd828ab3362c6bb63ed9e97c637e8
Parents: 421c39c
Author: Matt Sicker <bo...@gmail.com>
Authored: Fri Mar 30 19:48:55 2018 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Fri Mar 30 19:48:55 2018 -0500

----------------------------------------------------------------------
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/9c4d5484/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 1af227b..90b3893 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -59,7 +59,7 @@ pipeline {
             }
             post {
                 failure {
-                    emailext body: "See <${env.BUILD_URL}>", replyTo: 'dev@logging.apache.org', subject: "[Scala] Jenkins build failure (#${env.BUILD_NUMBER})", 'notifications@logging.apache.org'
+                    emailext body: "See <${env.BUILD_URL}>", replyTo: 'dev@logging.apache.org', subject: "[Scala] Jenkins build failure (#${env.BUILD_NUMBER})", to: 'notifications@logging.apache.org'
                 }
             }
         }