tweak the install command
diff --git a/appveyor.yml b/appveyor.yml
index 67d3f1a..d31c8b6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -24,7 +24,7 @@
       OPENSSL64DIR: C:\OpenSSL-v11-Win64
 
 install:
-  - ps: cmd -c "git submodule update --init --recursive 2>gitupdate.txt"
+  - ps: cmd -c "git submodule update --init --recursive 2>gitupdate.txt; exit"
 
 build:
   parallel: true