Fix typo in command
This commit is contained in:
@@ -22,7 +22,7 @@ func setupCommands() {
|
|||||||
|
|
||||||
if runtime.GOOS == "windows" {
|
if runtime.GOOS == "windows" {
|
||||||
for k, v := range testCommands {
|
for k, v := range testCommands {
|
||||||
testCommands[k] = v + ".exec"
|
testCommands[k] = v + ".exe"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user