Skip to content

Commit 0206aca

Browse files
committed
typo
1 parent ae69a89 commit 0206aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ init:
2424
- "ECHO %PYTHON%"
2525
- ps: "ls C:/Python*"
2626
install:
27-
- git -C %PPVEYOR_BUILD_FOLDER% submodule update --init
27+
- "git -C %APPVEYOR_BUILD_FOLDER% submodule update --init"
2828
- ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py')
2929
- "%PYTHON%\\python.exe C:/get-pip.py"
3030
- "%PYTHON%\\Scripts\\pip.exe --version"

0 commit comments

Comments
 (0)