Skip to content

Commit

Permalink
Try CloseSendDirection with different command
Browse files Browse the repository at this point in the history
  • Loading branch information
adambabik committed Feb 2, 2024
1 parent 7b026b4 commit 97b0813
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/command/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type ErrInterpretersNotFound struct {
}

func (e ErrInterpretersNotFound) Error() string {
return fmt.Sprintf("unable to loop up any of interpreters %q", e.interpreters)
return fmt.Sprintf("unable to look up any of interpreters %q", e.interpreters)
}

// Config contains a serializable configuration for a command.
Expand Down
2 changes: 1 addition & 1 deletion internal/runnerv2service/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func TestRunnerServiceServerExecute_Input(t *testing.T) {
Source: &runnerv2alpha1.ProgramConfig_Commands{
Commands: &runnerv2alpha1.ProgramConfig_CommandList{
Items: []string{
"bash",
"sleep 30",
},
},
},
Expand Down

0 comments on commit 97b0813

Please sign in to comment.