From 9518035e136e67ea7999cbd8618481715e1ef0b1 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 10 Oct 2023 11:56:45 -0700 Subject: [PATCH] Fix typos See gh-37450 --- ci/scripts/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts/common.sh b/ci/scripts/common.sh index dee9721c1f..d24b0551dc 100644 --- a/ci/scripts/common.sh +++ b/ci/scripts/common.sh @@ -1,7 +1,7 @@ source /opt/concourse-java.sh if [[ -d $PWD/gradle ]]; then - EXPORT GRADLE_USER_HOMR=`pwd`/gradle + export GRADLE_USER_HOME=`pwd`/gradle fi setup_symlinks