diff options
Diffstat (limited to 'mvn-phase-lib.sh')
-rwxr-xr-x | mvn-phase-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mvn-phase-lib.sh b/mvn-phase-lib.sh index ce38042..6cef83e 100755 --- a/mvn-phase-lib.sh +++ b/mvn-phase-lib.sh @@ -364,7 +364,7 @@ upload_files_of_extension() { FILES=$(ls -1 ./*."$1") for F in $FILES ; do - upload_raw_file "$F" + upload_raw_file "$F" "$2" done } |