Skip to content

Commit

Permalink
[6.17.z] Fix typo in capsule_setup helper (#17658)
Browse files Browse the repository at this point in the history
Co-authored-by: Gaurav Talreja <[email protected]>
Fix typo in capsule_setup helper (#17657)
  • Loading branch information
Satellite-QE authored Feb 24, 2025
1 parent 5c1b2db commit db4eaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robottelo/hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@ def capsule_setup(self, sat_host=None, capsule_cert_opts=None, **installer_kwarg
"""Prepare the host and run the capsule installer"""
self._satellite = sat_host or Satellite()

if settings.robottelo.rhelsource == "ga":
if settings.robottelo.rhel_source == "ga":
# Register capsule host to CDN and enable repos
result = self.register_contenthost(
org=None,
Expand Down

0 comments on commit db4eaaa

Please sign in to comment.