You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/01/26 11:06:53 UTC

[flink] branch master updated: [hotfix][tests] Add missing '='

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

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c3f241  [hotfix][tests] Add missing '='
8c3f241 is described below

commit 8c3f24125993b8dc7a2d05589a65ab615aad4181
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Wed Jan 26 11:40:06 2022 +0100

    [hotfix][tests] Add missing '='
---
 tools/ci/maven-utils.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/ci/maven-utils.sh b/tools/ci/maven-utils.sh
index 2e1b1da..106ead1 100755
--- a/tools/ci/maven-utils.sh
+++ b/tools/ci/maven-utils.sh
@@ -93,7 +93,7 @@ MAVEN_VERSIONED_DIR=${MAVEN_CACHE_DIR}/apache-maven-${MAVEN_VERSION}
 
 
 MAVEN_MIRROR_CONFIG_FILE=""
-NPM_PROXY_PROFILE_ACTIVATION""
+NPM_PROXY_PROFILE_ACTIVATION=""
 set_mirror_config
 
 export MVN_GLOBAL_OPTIONS_WITHOUT_MIRROR="$MAVEN_ARGS "