Skip to content

Commit

Permalink
Update generator/discovery/openstack/openstack_discovery.py
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Morgenstern <martin.morgenstern@cloudandheat.com>
Signed-off-by: anjastrunk <119566837+anjastrunk@users.noreply.github.com>
  • Loading branch information
anjastrunk and martinmo committed Jun 10, 2024
1 parent 8afa397 commit 8b5ddd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/discovery/openstack/openstack_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def discover(self) -> VirtualMachineServiceOffering:
httpResponse = requests.get(url)
if httpResponse.status_code == 200:
content = httpResponse.text
serivce_tac.append(
service_tac.append(
TermsAndConditions(
url=url, hash=sha256(content.encode("utf-8")).hexdigest()
)
Expand Down

0 comments on commit 8b5ddd3

Please sign in to comment.