From 51116c46c684de158000299cf7bef6f7e46fb2a7 Mon Sep 17 00:00:00 2001
From: Oz Linden <oz@lindenlab.com>
Date: Fri, 16 Jun 2017 13:29:44 -0400
Subject: [PATCH] remove redundant slash from update service base url
 (cosmetic)

---
 indra/newview/viewer_manifest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 58bdf1816f9..97ed24bad70 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -207,7 +207,7 @@ def construct(self):
                             "Channel Base": CHANNEL_VENDOR_BASE,
                             "Channel":self.channel_with_pkg_suffix(),
                             "Platform":build_data_json_platform,
-                            "Update Service":"https://update.secondlife.com/update/",
+                            "Update Service":"https://update.secondlife.com/update",
                             }
             #MAINT-7294: Windows exe names depend on channel name, so write that in also
             if build_data_json_platform.startswith('win'):
-- 
GitLab