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:15 UTC

[sling-org-apache-sling-committer-cli] 10/32: SLING-8311 - Investigate creating a Sling CLI tool for development task automation

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 3cba59df2786d945bf40e2fb2b911107bf13d1fc
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Wed Mar 20 14:58:05 2019 +0100

    SLING-8311 - Investigate creating a Sling CLI tool for development task automation
    
    * removed space in subject for tally votes email
---
 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 86742bb..cbda427 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" +