Skip to content

Commit fc9db37

Browse files
committed
Typo
1 parent 426d526 commit fc9db37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/commands/launch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func (l *LaunchCommand) Execute() error {
5757
}
5858

5959
if !found {
60-
return fmt.Errorf("config file does not contain requested runner type : %s", l.RunnerType)
60+
return fmt.Errorf("config file does not contain requested runner type: %s", l.RunnerType)
6161
}
6262

6363
cfgNum := len(cfg.TaskRunners)

0 commit comments

Comments
 (0)