Skip to content

Commit

Permalink
minor fix in App.java
Browse files Browse the repository at this point in the history
Signed-off-by: Dr Marco Claudio De La Pierre <marco.delapierre@gmail.com>
  • Loading branch information
marcodelapierre committed Apr 11, 2024
1 parent 4560207 commit 5935aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/io/seqera/wave/cli/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public class App implements Runnable {
private List<String> environment;

@Option(names = {"--config-label"}, paramLabel = "false", description = "Add one or more labels to the container image, e.g. KEY=VALUE.")
List<String> labels;
private List<String> labels;

@Option(names = {"--config-cmd"}, paramLabel = "''", description = "Overwrite the default CMD (command) of the image.")
private String command;
Expand Down

0 comments on commit 5935aaa

Please sign in to comment.