Skip to content

Commit 0ecf37d

Browse files
committed
Fix appveyor.yml
1 parent fca0136 commit 0ecf37d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ environment:
1414
cache:
1515
# Note: this must match the $rabbitmq_installer_path and $erlang_installer_path values in
1616
# tools\appveyor\install.ps1
17-
- "%HOMEDRIVE%%HOMEPATH%\rabbitmq-server-3.8.2.exe"
18-
- "%HOMEDRIVE%%HOMEPATH%\otp_win64_22.2.exe"
17+
- "%HOMEDRIVE%%HOMEPATH%\\rabbitmq-server-3.8.2.exe"
18+
- "%HOMEDRIVE%%HOMEPATH%\\otp_win64_22.2.exe"
1919

2020
install:
2121
- IF DEFINED SNKSECRET (nuget install secure-file -ExcludeVersion)

0 commit comments

Comments
 (0)