Skip to content

Commit 4ae8b09

Browse files
committed
fix(install): set gateway ssl
Signed-off-by: Chris Snow <[email protected]>
1 parent 809c00d commit 4ae8b09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hpecp/install.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,9 @@ def set_gateway_ssl(
6161
}
6262
}
6363

64-
response = self.client._request(
64+
self.client._request(
6565
url="/api/v1/install?install_reconfig",
6666
http_method="put",
6767
data=_data,
6868
description="install/set_gateway_ssl",
6969
)
70-
return response.json()

0 commit comments

Comments
 (0)