summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAlin Serdean <aserdean@cloudbasesolutions.com>2017-07-14 11:33:23 +0000
committerBen Pfaff <blp@ovn.org>2017-07-15 15:50:45 -0700
commit16e9339869d2d341acc19831e86f9ede1fc5cccb (patch)
tree363a70ece7ddcd568f0b7c9c5db549f319eb8714 /appveyor.yml
parentf446e7ce69c7724f2dd72b585f14b9619d5b96af (diff)
downloadopenvswitch-16e9339869d2d341acc19831e86f9ede1fc5cccb.tar.gz
appveyor: Fix broken URL
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> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b274374e8..0bbcf0580 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"