We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426d526 commit fc9db37Copy full SHA for fc9db37
internal/commands/launch.go
@@ -57,7 +57,7 @@ func (l *LaunchCommand) Execute() error {
57
}
58
59
if !found {
60
- return fmt.Errorf("config file does not contain requested runner type : %s", l.RunnerType)
+ return fmt.Errorf("config file does not contain requested runner type: %s", l.RunnerType)
61
62
63
cfgNum := len(cfg.TaskRunners)
0 commit comments