appveyor - use cmd for 'git submodule update'.

This commit is contained in:
John MacFarlane 2015-04-26 18:19:02 -07:00
parent 38067aff75
commit f00641d629

View file

@ -1,6 +1,6 @@
install:
- cmd: 'git submodule update --init'
- ps: |
git submodule update --init
choco install haskellplatform -version 2014.2.0.0 -y
# Haskell Platfrom package doesn't update PATH for the current shell instance