diff mbox

[ovs-dev] appveyor: Fix broken URL

Message ID 20170714113301.836-1-aserdean@cloudbasesolutions.com
State Accepted
Headers show

Commit Message

Alin Serdean July 14, 2017, 11:33 a.m. UTC
The commit 2e72898bbab40f48cc3fe77ce0273bb9bb66e9ac bumped the OpenSSL
version, but got the URL wrong.

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

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
---
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ben Pfaff July 15, 2017, 10:50 p.m. UTC | #1
On Fri, Jul 14, 2017 at 11:33:23AM +0000, Alin Serdean wrote:
> The commit 2e72898bbab40f48cc3fe77ce0273bb9bb66e9ac bumped the OpenSSL
> version, but got the URL wrong.
> 
> Use uppercase `L` instead of lowercase `l`.
> 
> Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>

Thanks, applied to master.
diff mbox

Patch

diff --git a/appveyor.yml b/appveyor.yml
index b274374..0bbcf05 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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"