Skip to content

Commit 9554a34

Browse files
author
Connor Bray
committed
Fixed reverting even more
1 parent 42cc111 commit 9554a34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aws_conduit/helper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def put_resource(source_path, destination_path, bucket, portfolio, product, vers
180180
print("Key is: {}".format(key))
181181
replace_resources(directory, bucket, prefix, path=source_path)
182182
bucket.put_resource(source_path, key)
183-
revert_resources(directory, path=source_path)
183+
revert_resources(directory, bucket, prefix, path=source_path)
184184
return "https://s3-{}.amazonaws.com/{}/{}".format(get_region(), directory, destination_path)
185185

186186

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
include_package_data=True,
88
name='aws_conduit',
99
packages=['aws_conduit', 'aws_conduit.aws'],
10-
version='0.0.31',
10+
version='0.0.32',
1111
description='Product management for AWS Service Catalog.',
1212
author='Connor Bray',
1313
author_email='[email protected]',
1414
url="https://github.com/concon121/aws-conduit",
15-
download_url="https://github.com/concon121/aws-conduit/archive/0.0.31.tar.gz",
15+
download_url="https://github.com/concon121/aws-conduit/archive/0.0.32.tar.gz",
1616
install_requires=required,
1717
keywords=['aws', 'servicecatalog'],
1818
entry_points={

0 commit comments

Comments
 (0)