diff --git a/convert2rhel/main.py b/convert2rhel/main.py index 51b77f5c33..80898ec516 100644 --- a/convert2rhel/main.py +++ b/convert2rhel/main.py @@ -166,7 +166,7 @@ def main_locked(): except _AnalyzeExit: breadcrumbs.breadcrumbs.finish_collection(success=True) # Update RHSM custom facts only when this returns False. Otherwise, - # sub-man get uninstalled and the data is removed from the server. + # sub-man get uninstalled and the data is removed from the RHSM server. if not subscription.should_subscribe(): subscription.update_rhsm_custom_facts() @@ -207,7 +207,7 @@ def _handle_main_exceptions(process_phase, pre_conversion_results=None): loggerinst.info(no_changes_msg) elif process_phase == ConversionPhase.PRE_PONR_CHANGES: # Update RHSM custom facts only when this returns False. Otherwise, - # sub-man get uninstalled and the data is removed from the server. + # sub-man get uninstalled and the data is removed from the RHSM server. if not subscription.should_subscribe(): subscription.update_rhsm_custom_facts()