Skip to content

Commit 68fa419

Browse files
committed
Fix command syntax
1 parent 598fcd2 commit 68fa419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ init:
99
build_script:
1010
- cmd: sbt dotty-bootstrapped/compile
1111
test_script:
12-
- cmd: bin/dotc tests/pos/HelloWorld.scala
12+
- cmd: sbt "dotty-bootstrapped/dotc tests\pos\HelloWorld.scala"
1313

0 commit comments

Comments
 (0)