Skip to content

Commit c00bb51

Browse files
committed
Fix error during promotion
1 parent 5c239a4 commit c00bb51

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

aptly/publisher/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def promote(client, source, target, components=None, recreate=False,
196196
publish_target.do_publish(recreate=recreate, no_recreate=no_recreate,
197197
force_overwrite=force_overwrite,
198198
publish_contents=publish_contents,
199-
acquire_by_hash=args.acquire_by_hash,
199+
acquire_by_hash=acquire_by_hash,
200200
architectures=publish_source.architectures)
201201

202202
def find_publishes(client, source, target):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="python-aptly",
10-
version="0.12.8",
10+
version="0.12.9",
1111
description="Aptly REST API client and tooling",
1212
long_description=long_desc,
1313
author="Filip Pytloun",

0 commit comments

Comments
 (0)