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 88e5c0d78 Not everyone has the same aliases I use...
88e5c0d78 is described below
commit 88e5c0d784c95a6637b04198c166d4bd2823bd95
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Sep 28 12:43:38 2023 +0100
Not everyone has the same aliases I use...
---
jnirelease.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jnirelease.sh b/jnirelease.sh
index 1f3739522..95bcd8fda 100755
--- a/jnirelease.sh
+++ b/jnirelease.sh
@@ -175,7 +175,7 @@ if [ $diffcount -ne 0 ]; then
echo "WARNING: git subtree is not up to date with"
echo " $TCJAVA_GITBASE"
echo " Either correct now by running"
- echo " 'git co main'"
+ echo " 'git checkout main'"
echo " 'git rm -rf 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'"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]