Skip to content

Commit f90dc4d

Browse files
committed
fixup createHSM in marvin library
1 parent 096c19a commit f90dc4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/marvin/marvin/lib/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8127,7 +8127,7 @@ def create(cls, apiclient, name, **kwargs):
81278127
cmd = addHSMProfile.addHSMProfileCmd()
81288128
cmd.name = name
81298129
[setattr(cmd, k, v) for k, v in list(kwargs.items())]
8130-
return HSMProfile(apiclient.addHSMProfile(cmd).__dict__)
8130+
return HSMProfile(apiclient.createHSMProfile(cmd).__dict__)
81318131

81328132
@classmethod
81338133
def list(cls, apiclient, **kwargs):

0 commit comments

Comments
 (0)