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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-ognl.git


The following commit(s) were added to refs/heads/master by this push:
     new d7466f5  Fixes typo in parameter name
d7466f5 is described below

commit d7466f54826b0b3fda240d5331a9d90ac9eb6b48
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Mon Oct 18 08:05:32 2021 +0200

    Fixes typo in parameter name
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index cebf73f..dadc56f 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -26,7 +26,7 @@ jobs:
         additionalArg: ['']
         include:
           - java: 17
-            addtionalArg: --add-opens java.base/java.lang=ALL-UNNAMED
+            additionalArg: --add-opens java.base/java.lang=ALL-UNNAMED
     steps:
     - uses: actions/checkout@v2.3.5
     - name: Set up JDK ${{ matrix.java }}

Reply via email to