Skip to content

Commit

Permalink
fixed launchContainer datatype
Browse files Browse the repository at this point in the history
  • Loading branch information
munishchouhan committed Aug 21, 2024
1 parent b627b7b commit d5edf73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/seqera/tower/cli/commands/LaunchCmd.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public class LaunchCmd extends AbstractRootCmd {
List<String> labels;

@Option(names = {"--launch-container"}, description = "Container to be used to run the nextflow head job.")
List<String> launchContainer;
String launchContainer;

@ArgGroup(heading = "%nAdvanced options:%n", validate = false)
AdvancedOptions adv;
Expand Down

0 comments on commit d5edf73

Please sign in to comment.