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 <[email protected]> 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\" <[email protected]>\n" + - "Subject: [RESULT] [VOTE] Release ##RELEASE_NAME##\n" + + "Subject: [RESULT][VOTE] Release ##RELEASE_NAME##\n" + "\n" + "Hi,\n" + "\n" +
