Skip to content

Commit bee4495

Browse files
committed
Corrects Appveyor build cache link.
1 parent 72c2b4b commit bee4495

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
@@ -2,7 +2,7 @@ environment:
22
global: {}
33
init: []
44
cache:
5-
- "c:/Users/appveyor/.pip-wheelhouse"
5+
- "c:\\Users\\appveyor\\.pip-wheelhouse"
66
install:
77
- ps: |
88
New-Item -ItemType Directory -Force -Path c:\Users\appveyor\pip\

0 commit comments

Comments
 (0)