Skip to content

Commit f30d782

Browse files
pditommasoclaude
andauthored
Fix missing space before revision in launch info [ci fast] (#6834)
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6444087 commit f30d782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nextflow/src/main/groovy/nextflow/cli/CmdRun.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ class CmdRun extends CmdBase implements HubOptions {
506506
fmt.a("Launching").fg(Color.MAGENTA).a(" `$repo` ").reset()
507507
fmt.a(Attribute.INTENSITY_FAINT).a("[").reset()
508508
fmt.bold().fg(Color.CYAN).a(runName).reset()
509-
fmt.a(Attribute.INTENSITY_FAINT).a("]")
509+
fmt.a(Attribute.INTENSITY_FAINT).a("] ").reset()
510510
fmt.fg(Color.CYAN).a("revision: ").reset()
511511
fmt.fg(Color.CYAN).a(revision).reset()
512512
fmt.a("\n")

0 commit comments

Comments
 (0)