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 292bc15a2062ba333023f0de34bba9843dae7035 Author: Robert Munteanu <[email protected]> AuthorDate: Tue Mar 19 16:25:53 2019 +0100 SLING-8311 - Investigate creating a Sling CLI tool for development task automation Remove trailing empty lines from TallyVotesCommand output. --- src/main/java/org/apache/sling/cli/impl/release/TallyVotesCommand.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 f15f60b..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 @@ -39,8 +39,7 @@ import org.slf4j.LoggerFactory; public class TallyVotesCommand implements Command { // TODO - move to file - private static final String EMAIL_TEMPLATE ="\n" + - "\n" + + private static final String EMAIL_TEMPLATE = "To: \"Sling Developers List\" <[email protected]>\n" + "Subject: [RESULT] [VOTE] Release ##RELEASE_NAME##\n" + "\n" +
