From 5828d30011a25ea2ec800e499434ff3a7241fe20 Mon Sep 17 00:00:00 2001 From: Tristan Radisson Date: Thu, 3 Aug 2023 13:39:28 +0200 Subject: [PATCH] CI: fix typo (#3160) Co-authored-by: radtriste --- .ci/jenkins/Jenkinsfile.deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/jenkins/Jenkinsfile.deploy b/.ci/jenkins/Jenkinsfile.deploy index 6c772090bea..879e2a7af0f 100644 --- a/.ci/jenkins/Jenkinsfile.deploy +++ b/.ci/jenkins/Jenkinsfile.deploy @@ -262,7 +262,7 @@ String getGitAuthor() { } String getGitAuthorCredsID() { - retrun env.AUTHOR_CREDS_ID + return env.AUTHOR_CREDS_ID } String getBuildBranch() {