Skip to content

Commit c33588f

Browse files
committed
Fix command syntax
1 parent 5934602 commit c33588f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
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)