We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6444087 commit f30d782Copy full SHA for f30d782
modules/nextflow/src/main/groovy/nextflow/cli/CmdRun.groovy
@@ -506,7 +506,7 @@ class CmdRun extends CmdBase implements HubOptions {
506
fmt.a("Launching").fg(Color.MAGENTA).a(" `$repo` ").reset()
507
fmt.a(Attribute.INTENSITY_FAINT).a("[").reset()
508
fmt.bold().fg(Color.CYAN).a(runName).reset()
509
- fmt.a(Attribute.INTENSITY_FAINT).a("]")
+ fmt.a(Attribute.INTENSITY_FAINT).a("] ").reset()
510
fmt.fg(Color.CYAN).a("revision: ").reset()
511
fmt.fg(Color.CYAN).a(revision).reset()
512
fmt.a("\n")
0 commit comments