Skip to content

Commit

Permalink
Fix typo in capsule_setup helper (#17657)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Talreja <[email protected]>
(cherry picked from commit ab40a81)
  • Loading branch information
Gauravtalreja1 authored and web-flow committed Feb 24, 2025
1 parent 3db03bf commit 3383d14
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 @@ -1640,7 +1640,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 3383d14

Please sign in to comment.