From 9af1472ceed074319cd95843655f2986c03546fc Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 30 Apr 2021 22:14:05 +0300
Subject: [PATCH] Fix typo.

---
 src/www.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/www.py b/src/www.py
index af56888..9d06c34 100644
--- a/src/www.py
+++ b/src/www.py
@@ -6,7 +6,7 @@ def handler(event, context):  # pylint: disable=unused-argument
     checks = [
         {"url": "http://shore.co.il/", "codes": [301, 302]},
         {"url": "http://www.shore.co.il/", "codes": [301, 302]},
-        {"url": "https:/shore.co.il/", "codes": [301, 302]},
+        {"url": "https://shore.co.il/", "codes": [301, 302]},
         {"url": "https://www.shore.co.il/blog"},
     ]
     check_urls(checks)
-- 
GitLab