Skip to content

Commit

Permalink
appveyor: Fix broken URL
Browse files Browse the repository at this point in the history
The commit 2e72898 bumped the OpenSSL
version, but got the URL wrong.

Use uppercase `L` instead of lowercase `l`.

Signed-off-by: Alin Gabriel Serdean <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
Alin Serdean authored and blp committed Jul 15, 2017
1 parent f446e7c commit 16e9339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ init:
Invoke-WebRequest $source -OutFile $destination
$source = "https://slproweb.com/download/Win32OpenSSL-1_0_2l.exe"
$source = "https://slproweb.com/download/Win32OpenSSL-1_0_2L.exe"
$destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2l.exe"
Expand Down

0 comments on commit 16e9339

Please sign in to comment.