remove pesky extra slash

master
Beq 2023-05-05 00:15:47 +01:00
parent 8874367f92
commit b35fed42a2
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ for build_type in build_types_created:
platforms_printable = {"windows":"MS Windows", "mac":"MacOS", "linux":"Linux"}
grids_printable = {"SL":"Second Life", "OS":"OpenSim"}
download_root = f"https://downloads.firestormviewer.org/{build_types[build_type]}/"
download_root = f"https://downloads.firestormviewer.org/{build_types[build_type]}"
output += f'''
DOWNLOADS - {build_type}
-------------------------------------------------------------------------------------------------------