Skip to content

Commit 6941679

Browse files
committed
bug in ref code
1 parent efe6d3d commit 6941679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/image/import.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def cli(env, name, note, osrefcode, uri):
3030
if note:
3131
data['note'] = note
3232
if osrefcode:
33-
data['osrefcode'] = osrefcode
33+
data['operatingSystemReferenceCode'] = osrefcode
3434
if uri:
3535
data['uri'] = uri
3636

0 commit comments

Comments
 (0)