You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2022/08/23 16:09:04 UTC

[commons-net] branch master updated: Windows treats '.' as meta-char

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 25320af0 Windows treats '.' as meta-char
25320af0 is described below

commit 25320af01044e00199cd2d1f536467fa1354edc4
Author: Sebb <se...@apache.org>
AuthorDate: Tue Aug 23 17:08:57 2022 +0100

    Windows treats '.' as meta-char
    
    [skip ci]
---
 .github/workflows/maven_adhoc.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven_adhoc.yml b/.github/workflows/maven_adhoc.yml
index 60aacc2a..68aac515 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -33,4 +33,4 @@ jobs:
     - name: Test exec function
       run: |
         mvn -q exec:java
-        mvn -q exec:java -Dexec.arguments=FTPClientExample
+        mvn -q exec:java -D"exec.arguments=FTPClientExample"