Skip to content

Commit f5a7d22

Browse files
committed
fix additionalBuildFiles commandline split on comma
1 parent 3e3354b commit f5a7d22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

imagetool/src/main/java/com/oracle/weblogic/imagetool/cli/menu/CommonOptions.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ String getPassword() {
371371

372372
@Option(
373373
names = {"--additionalBuildFiles"},
374+
split = ",",
374375
description = "comma separated list of files that should be copied to the build context folder"
375376
)
376377
private List<Path> additionalBuildFiles;

0 commit comments

Comments
 (0)