Skip to content

Commit

Permalink
fix(cmdstate): use imperative language and upper case for the task su…
Browse files Browse the repository at this point in the history
…mmary (#348)
  • Loading branch information
medvied authored Jan 29, 2024
1 parent e494ff2 commit 55b78b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internals/overlord/cmdstate/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func Exec(st *state.State, args *ExecArgs) (*state.Task, ExecMetadata, error) {
}

// Create a task for this execution (though it's not started here).
task := st.NewTask("exec", fmt.Sprintf("exec command %q", args.Command[0]))
task := st.NewTask("exec", fmt.Sprintf("Execute command %q", args.Command[0]))
setup := execSetup{
Command: args.Command,
Environment: environment,
Expand Down

0 comments on commit 55b78b4

Please sign in to comment.