Skip to content

Commit 9c6679b

Browse files
committed
change default shell for run_shell task to bash
1 parent e678c61 commit 9c6679b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/coordinator/tasks/run_shell/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type Config struct {
1010

1111
func DefaultConfig() Config {
1212
return Config{
13-
Shell: "sh",
13+
Shell: "bash",
1414
}
1515
}
1616

0 commit comments

Comments
 (0)