You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2021/11/17 15:48:11 UTC

[ignite-teamcity-bot] branch master updated: Odd space removed from config

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

dpavlov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a070f7  Odd space removed from config
1a070f7 is described below

commit 1a070f7b1ee55aba1a4cd7e89fad032134e5a8fe
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Wed Nov 17 18:47:55 2021 +0300

    Odd space removed from config
---
 .../java/org/apache/ignite/tcbot/common/conf/PasswordEncoder.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tcbot-common/src/main/java/org/apache/ignite/tcbot/common/conf/PasswordEncoder.java b/tcbot-common/src/main/java/org/apache/ignite/tcbot/common/conf/PasswordEncoder.java
index c3f412b..092ccf5 100644
--- a/tcbot-common/src/main/java/org/apache/ignite/tcbot/common/conf/PasswordEncoder.java
+++ b/tcbot-common/src/main/java/org/apache/ignite/tcbot/common/conf/PasswordEncoder.java
@@ -94,7 +94,7 @@ public class PasswordEncoder {
                 "\"gitHubConfigs\": [\n" +
                         "    {\n" +
                         "      \"authTok\": \"" +
-                             "" + encode +   " \" , \n }\n" +
+                             "" + encode +   "\" , \n }\n" +
                 "  ],");
         String decode = decode(encode);
         Preconditions.checkState(decode.equals(pass));
@@ -116,7 +116,7 @@ public class PasswordEncoder {
         mainEncodeEmailPassword(args);
     }
 
-    public static void main(String[] args) {
+    public static void main2(String[] args) {
         encodeJiraTok("ignitetcbot", "enterClearPasswordOrTokenForUser");
     }