You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/04/23 11:11:16 UTC

[sling-org-apache-sling-committer-cli] 11/32: re-add the space in between the subject's tags

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

rombert pushed a commit to branch feature/SLING-8337
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-committer-cli.git

commit 6b9e300a84a0279814dbe665d09dff993992576a
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
---
 src/main/java/org/apache/sling/cli/impl/release/TallyVotesCommand.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/cli/impl/release/TallyVotesCommand.java b/src/main/java/org/apache/sling/cli/impl/release/TallyVotesCommand.java
index cbda427..86742bb 100644
--- a/src/main/java/org/apache/sling/cli/impl/release/TallyVotesCommand.java
+++ b/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" +