Skip to content

Commit 5087217

Browse files
committed
fix(cli): import generic cluster
Signed-off-by: Chris Snow <[email protected]>
1 parent c8ee9a7 commit 5087217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hpecp/cli/k8scluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,5 +334,5 @@ def import_generic_cluster(
334334
APIException
335335
"""
336336
base.get_client().k8s_cluster.import_generic_cluster(
337-
id, name, description, pod_dns_domain, server_url, ca, bearer_token
337+
name, description, pod_dns_domain, server_url, ca, bearer_token
338338
)

0 commit comments

Comments
 (0)