diff --git a/repos/system_upgrade/common/libraries/rhsm.py b/repos/system_upgrade/common/libraries/rhsm.py index 19129b35cd..b0186d6f54 100644 --- a/repos/system_upgrade/common/libraries/rhsm.py +++ b/repos/system_upgrade/common/libraries/rhsm.py @@ -415,7 +415,7 @@ def is_rhsm_registered(context): details={ 'details': f'Command \'subscription-manager identity\' exited with exit code: {result["exit_code"]}', 'hint': _DEFAULT_EXCEPTION_HINT, - 'link': 'https://access.redhat.com/solutions/6138372' # TODO check link + 'link': 'https://access.redhat.com/solutions/6138372' # TODO check link } )