Fixed syntax error

This commit is contained in:
Antoine Gersant 2019-04-09 23:35:14 -07:00
parent 244d0e9ed5
commit c3a2ecd7fc

View file

@ -68,7 +68,7 @@ matrix:
# default-toolchain and default-host manually here.
install:
#Download submodules
git submodule update --init --recursive
- git submodule update --init --recursive
#Rust install
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe