Skip to content

Commit

Permalink
fix: update message for cloud advertisement
Browse files Browse the repository at this point in the history
The attribute of a message for Ubuntu Pro cloud
advertisement need to be update, since it is
no longer matching the definition on the messages
module
  • Loading branch information
lucasmoura committed Oct 3, 2023
1 parent 7fb15a9 commit fd11078
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion uaclient/cli/fix.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,8 @@ def _inform_ubuntu_pro_existence_if_applicable() -> None:
if cloud_type in PRO_CLOUD_URLS.keys():
print(
messages.SECURITY_USE_PRO_TMPL.format(
title=CLOUD_TYPE_TO_TITLE.get(cloud_type), cloud=cloud_type
title=CLOUD_TYPE_TO_TITLE.get(cloud_type),
cloud_specific_url=PRO_CLOUD_URLS.get(cloud_type)
)
)

Expand Down

0 comments on commit fd11078

Please sign in to comment.