Skip to content

Commit 5bdbcc9

Browse files
Update authorizer_signature to use the right cmd name (#432)
Co-authored-by: Joseph Klix <[email protected]>
1 parent 587c3be commit 5bdbcc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/utils/command_line_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def add_common_custom_authorizer_commands(self):
135135
"<str>",
136136
"The name of the custom authorizer to connect to (optional but required for everything but custom domains)")
137137
self.register_command(
138-
self.m_cmd_custom_auth_username,
138+
self.m_cmd_custom_auth_authorizer_signature,
139139
"<str>",
140140
"The signature to send when connecting through a custom authorizer (optional)")
141141
self.register_command(

0 commit comments

Comments
 (0)