diff --git a/icinga-build-upload-aptly-subscription b/icinga-build-upload-aptly-subscription index 7d580117f4614e846a50706f4e2a445745f338d4..2a7381a705b14e950ce787a9da3be265f57862f3 100755 --- a/icinga-build-upload-aptly-subscription +++ b/icinga-build-upload-aptly-subscription @@ -127,7 +127,7 @@ def ci_release(upload_type, release): return publish_release elif upload_type == UPLOAD_TYPE_RPM: - return release + '/' + build_type + return 'subscription/' + release + '/' + build_type else: raise StandardError, "Unknown upload type %s" % upload_type