From c3a2ecd7fc09939c03af106a11d38f646a2a29ca Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Tue, 9 Apr 2019 23:35:14 -0700 Subject: [PATCH] Fixed syntax error --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index fd37d44..71afa93 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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