From 87ed28f7c441ba0c69b4fc7dad15c648b3920958 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sun, 17 May 2020 14:24:42 +0100 Subject: [PATCH] Update comment --- .ci/Jenkinsfile.crowdin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Jenkinsfile.crowdin b/.ci/Jenkinsfile.crowdin index b01c1b68..4f55c378 100644 --- a/.ci/Jenkinsfile.crowdin +++ b/.ci/Jenkinsfile.crowdin @@ -2,7 +2,7 @@ // This script is run daily by https://jenkins.znc.in/ to: // * upload new English strings to https://crowdin.com/project/znc-bouncer // * download new translations -// * create a pull request with results to ZNC repo +// * commits results to ZNC repo import groovy.json.JsonSlurper; import groovy.json.JsonOutput;