Skip to content

Commit

Permalink
Merge pull request tcpcloud#30 from umlaeute/promote-local
Browse files Browse the repository at this point in the history
support publishing to local repositories/storage
  • Loading branch information
fpytloun authored Sep 20, 2021
2 parents 0cf9f76 + a327bd1 commit d9f07ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aptly/publisher/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def __init__(self, client, distribution, timestamp=None, recreate=False, load=Fa

self.name = '%s/%s' % (self.prefix or '.', self.distribution)
self.full_name = "{}{}{}".format(self.storage+":" if self.storage else
"", self.prefix+"/" if self.prefix else
"/", self.prefix + "/" if self.prefix else
"", self.distribution)

if not timestamp:
Expand Down

0 comments on commit d9f07ca

Please sign in to comment.