fix releaser

This commit is contained in:
Andrei Yankovich 2021-10-25 18:39:24 +03:00
parent 0eba1ff7e7
commit c8bc24f8c6

View File

@ -20,7 +20,7 @@ class Releaser(Make):
def getUrl(props):
baseUrl = self.destDirUrl(props)
prodName = str(props.getProperty('prodName'))
return baseUrl + prodName
return baseUrl + '/' + prodName
factory.addStep(
steps.Git(