You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2019/03/20 14:06:19 UTC

[sling-whiteboard] branch feature/SLING-8311 updated: re-add the space in between the subject's tags

This is an automated email from the ASF dual-hosted git repository.

radu pushed a commit to branch feature/SLING-8311
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/feature/SLING-8311 by this push:
     new 5fc463d  re-add the space in between the subject's tags
5fc463d is described below

commit 5fc463d42da673a38d323f8ea3a13c99287eb4ff
Author: Radu Cotescu <17...@users.noreply.github.com>
AuthorDate: Wed Mar 20 15:06:15 2019 +0100

    re-add the space in between the subject's tags
---
 .../main/java/org/apache/sling/cli/impl/release/TallyVotesCommand.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cli/src/main/java/org/apache/sling/cli/impl/release/TallyVotesCommand.java b/cli/src/main/java/org/apache/sling/cli/impl/release/TallyVotesCommand.java
index cbda427..86742bb 100644
--- a/cli/src/main/java/org/apache/sling/cli/impl/release/TallyVotesCommand.java
+++ b/cli/src/main/java/org/apache/sling/cli/impl/release/TallyVotesCommand.java
@@ -41,7 +41,7 @@ public class TallyVotesCommand implements Command {
     // TODO - move to file
     private static final String EMAIL_TEMPLATE =
             "To: \"Sling Developers List\" <de...@sling.apache.org>\n" + 
-            "Subject: [RESULT][VOTE] Release ##RELEASE_NAME##\n" + 
+            "Subject: [RESULT] [VOTE] Release ##RELEASE_NAME##\n" + 
             "\n" + 
             "Hi,\n" + 
             "\n" +