Skip to content

Commit 00dea0c

Browse files
committed
Fix minor typo
Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 6bb1cfa commit 00dea0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/maven/8.2.3.6.8/configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
# This file is shipped by a Maven package and sets JAVA_HOME to
55
# an OpenJDK-specific path. This causes problems for OpenJ9 containers
66
# as the path is not correct for them. We don't need this in any of
7-
# the containers because ew set JAVA_HOME in the container metadata.
7+
# the containers because we set JAVA_HOME in the container metadata.
88
# Blank the file rather than removing it, to avoid a warning message
99
# from /usr/bin/mvn.
1010
if [ -f /etc/java/maven.conf ]; then

modules/maven/8.2.3.6/configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
# This file is shipped by a Maven package and sets JAVA_HOME to
55
# an OpenJDK-specific path. This causes problems for OpenJ9 containers
66
# as the path is not correct for them. We don't need this in any of
7-
# the containers because ew set JAVA_HOME in the container metadata.
7+
# the containers because we set JAVA_HOME in the container metadata.
88
# Blank the file rather than removing it, to avoid a warning message
99
# from /usr/bin/mvn.
1010
if [ -f /etc/java/maven.conf ]; then

0 commit comments

Comments
 (0)