From 9790b9baa6000bab7ed40cec52e29fd68bc2266a Mon Sep 17 00:00:00 2001
From: jlaura <jlaura@asu.edu>
Date: Thu, 28 Jul 2016 21:06:11 -0700
Subject: [PATCH] Typo in appveyor

---
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index 3e38215..e0e8e04 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -24,7 +24,7 @@ install:
    - cmd: conda install nose coverage anaconda-client
    - cmd: pip install coveralls
 
-   - appveyor DownloadFile "https://raw.githubusercontent.com/menpo/condaci/v0.4.8/condaci.py -O condaci.pyi"
+   - cmd: curl -o condaci.py https://raw.githubusercontent.com/menpo/condaci/v0.4.8/condaci.py
    - cmd: python condaci.py setup
 
 build: off
-- 
GitLab