Skip to content

Commit

Permalink
Update src/rhsmlib/services/register.py
Browse files Browse the repository at this point in the history
Co-authored-by: Maximilian Kolb <[email protected]>
  • Loading branch information
sbernhard and maximiliankolb authored Mar 12, 2024
1 parent 64a0222 commit 6902757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rhsmlib/services/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def register(
environments = options["environments"]
facts_dict = self.facts.get_facts()

# Default to the hostname if no name is given
# Default to the FQDN if no name is given
consumer_name = options["name"] or socket.getfqdn()

self.plugin_manager.run("pre_register_consumer", name=consumer_name, facts=facts_dict)
Expand Down

0 comments on commit 6902757

Please sign in to comment.