You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2021/10/11 17:29:25 UTC

[maven] branch MNG-6914_2 updated: [MNG-6914] fix typo

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

hboutemy pushed a commit to branch MNG-6914_2
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/MNG-6914_2 by this push:
     new 25b9e06  [MNG-6914] fix typo
25b9e06 is described below

commit 25b9e06be001dc2bc84b8b63eab3dced8ca73195
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon Oct 11 19:29:22 2021 +0200

    [MNG-6914] fix typo
---
 apache-maven/src/assembly/shared/run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apache-maven/src/assembly/shared/run b/apache-maven/src/assembly/shared/run
index b35bafc..69535d6 100755
--- a/apache-maven/src/assembly/shared/run
+++ b/apache-maven/src/assembly/shared/run
@@ -16,4 +16,4 @@ exec "$JAVACMD" \
   "-Dmaven.home=$MAVEN_HOME" \
   "-Dlibrary.jansi.path=${MAVEN_HOME}/lib/jansi-native" \
   "-Dmaven.multiModuleProjectDirectory=$MAVEN_PROJECTBASEDIR" \
-  $AUNCHER_CLASS "$@"
+  $LAUNCHER_CLASS "$@"