Fix incorrect url for deb repo

This patch fixes incorrect suffix for deb repo url which
was introduced by copy paste.

Change-Id: Icb41c5d9e00c588e9535f4fe96c0690bb2413f3c
Closes-Bug: #1613210
This commit is contained in:
Ivan Remizov 2016-08-15 12:46:02 +03:00
parent fd7b7c1a68
commit 6207b38182
1 changed files with 3 additions and 3 deletions

View File

@ -122,9 +122,9 @@ def combine_deb_url(
snapshot_id,
mirror_host=MIRROR_HOST):
return ("http://{mirror_host}/mos-repos/ubuntu/snapshots/"
"{snapshot_id}/x86_64".format(mirror_host=mirror_host,
version=VERSION,
snapshot_id=snapshot_id))
"{snapshot_id}".format(mirror_host=mirror_host,
version=VERSION,
snapshot_id=snapshot_id))
def combine_rpm_url(