This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 6e78f563af Fix wrong path 6e78f563af is described below commit 6e78f563af16534c52b5c78eed53c395147d5dfc Author: remm <r...@apache.org> AuthorDate: Thu Jan 19 16:05:15 2023 +0100 Fix wrong path --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 58a961502f..e7d051c6fb 100644 --- a/.gitignore +++ b/.gitignore @@ -46,5 +46,5 @@ java/org/apache/catalina/startup/catalina.properties modules/jdbc-pool/bin modules/jdbc-pool/includes modules/openssl-java17/target -modules/openssl-panama-foreign/target +modules/openssl-foreign/target webapps/docs/jdbc-pool.xml --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org