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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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