summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2019-10-17 22:23:57 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2019-10-17 22:23:57 -0400
commitfd8fd860f089caea8fd260cbb50dd258843346f0 (patch)
tree3beb95696f57cdcba4168f6068f14dceb238d1bd
parent53d4128cadf1b4d34cf2429c55cad4106b920886 (diff)
downloadcmd2-git-fd8fd860f089caea8fd260cbb50dd258843346f0.tar.gz
Fix typo
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index d651f585..ec6b1a14 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -4,7 +4,7 @@ build: off
environment:
PYTHONUNBUFFERED: 1
matrix:
- - PYTHON: "C:\Miniconda36-x64"
+ - PYTHON: "C:\\Miniconda36-x64"
PYTHON_VERSION: "3.6.x"
PYTHON_ARCH: "64"
TOXENV: "py36"