Add a space to the Flutter SDK path on Appveyor (#14615)

Ensures we don't regress #6577 on Windows.
This commit is contained in:
Chris Bracken
2018-02-10 13:43:10 -08:00
committed by GitHub
parent be60996a99
commit a6135a67bf

View File

@@ -1,4 +1,7 @@
install:
- cmd: cd ..
- cmd: move flutter "flutter sdk"
- cmd: cd "flutter sdk"
- cmd: bin\flutter.bat config --no-analytics
- cmd: bin\flutter.bat update-packages