Skip to content

Commit aff7048

Browse files
committed
Merge remote-tracking branch 'origin/master'
1 parent b903b5c commit aff7048

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SoftLayer/CLI/image/import.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def cli(env, name, note, os_code, uri, ibm_api_key, root_key_crn, wrapped_dek,
6060
os_code=os_code,
6161
uri=uri,
6262
ibm_api_key=ibm_api_key,
63-
crkCrn=root_key_crn,
63+
root_key_crn=root_key_crn,
6464
wrapped_dek=wrapped_dek,
6565
cloud_init=cloud_init,
6666
byol=byol,

setup.py

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

1515
setup(
1616
name='SoftLayer',
17-
version='5.7.2',
17+
version='5.7.1',
1818
description=DESCRIPTION,
1919
long_description=LONG_DESCRIPTION,
2020
author='SoftLayer Technologies, Inc.',

0 commit comments

Comments
 (0)