summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2017-06-16 13:29:44 -0400
committerOz Linden <oz@lindenlab.com>2017-06-16 13:29:44 -0400
commit51116c46c684de158000299cf7bef6f7e46fb2a7 (patch)
tree5107a1122f082481f890df1cb2cca6365f2174c8 /indra/newview/viewer_manifest.py
parent55796deebb553d23b524267d93812dcc7ff00679 (diff)
remove redundant slash from update service base url (cosmetic)
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-xindra/newview/viewer_manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 58bdf1816f..97ed24bad7 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -207,7 +207,7 @@ class ViewerManifest(LLManifest):
"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'):