Skip to content

Commit 3e43c51

Browse files
committed
chnage to use /bin/sh as default shell for more portability
1 parent 85ad3a8 commit 3e43c51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/cli/readline/editor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
const (
1212
defaultEditor = "vi"
13-
defaultShell = "/bin/bash"
13+
defaultShell = "/bin/sh"
1414
windowsEditor = "notepad"
1515
windowsShell = "cmd"
1616
)

0 commit comments

Comments
 (0)