This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/main by this push: new ad9b4a3fb Fix git command in comment ad9b4a3fb is described below commit ad9b4a3fb5c9d996751dd47d8c33aec51e50de44 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Jun 6 17:22:03 2022 +0100 Fix git command in comment --- jnirelease.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jnirelease.sh b/jnirelease.sh index bcaefe33e..c71403d57 100755 --- a/jnirelease.sh +++ b/jnirelease.sh @@ -176,7 +176,7 @@ if [ $diffcount -ne 0 ]; then echo " $TCJAVA_GITBASE" echo " Either correct now by running" echo " 'git rm -rf java/org/apache/tomcat/jni'" - echo " 'git read-tree --prefix=java/org/apache/tomcat/jni/ -u main:java/org/apache/tomcat/jni'" + echo " 'git read-tree --prefix=java/org/apache/tomcat/jni/ -u tcjava/main:java/org/apache/tomcat/jni'" echo " 'git commit'" echo " or run this script with -f (force)" if [ "X$JKJNIFORCE" = "X1" ] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org