Skip to content

Commit

Permalink
spelling: executable
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Jun 17, 2020
1 parent de1ad67 commit 36cce38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/cmdbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func (cb *cmdBuilder) build(ctx context.Context, command string) (*exec.Cmd, io.
shell := "sh"
args := []string{"-c", command}
if runtime.GOOS == "windows" {
// Under Windows the executalbe sh is not always available
// Under Windows the executable sh is not always available
// If running under MinGW the environment variable SHELL would be set
SHELL := os.Getenv("SHELL")
// Otherwise use the environment variable COMSPEC (path to cmd.exe)
Expand Down

0 comments on commit 36cce38

Please sign in to comment.