Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Aug 25, 2024
1 parent 79a4938 commit 623e93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testkit/src/mill/testkit/ExampleTester.scala
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class ExampleTester(tester: IntegrationTester.Impl) {
Console.err.println(s"$workspaceRoot> $commandStr")

val res = os.call(
("""C:\Program Files\Git\usr\bin\bash.exe""", "-c", commandStr),
("C:\\Program Files\\Git\\usr\\bin\\bash.exe", "-c", commandStr),
stdout = os.Pipe,
stderr = os.Pipe,
cwd = workspaceRoot,
Expand Down

0 comments on commit 623e93e

Please sign in to comment.