Skip to content

Commit

Permalink
Merge pull request #3328 from candlepin/mhorky/ent-5603-typofix
Browse files Browse the repository at this point in the history
ENT-5603: Fix a typo in a comment
  • Loading branch information
ptoscano authored Aug 28, 2023
2 parents 7e94125 + 8962d65 commit a6ba017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rhsm/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ def in_container() -> bool:
# /usr/share/rhel/secrets/redhat.repo -> /etc/yum.repos.d/redhat.repo
# /usr/share/rhel/secrets/rhsm -> /etc/rhsm
#
# If the container secrets exists, the system is considered to be a container:
# If the container secrets exist, the system is considered to be a container:
# /etc/rhsm-host/ exists
# /etc/pki/entitlement/host/ exists and is not empty
# /etc/pki/entitlement-host/ exists and is not empty
if os.path.isdir(HOST_CONFIG_DIR) and (
os.path.isdir(HOST_ENT_CERT_DIR) and any(os.walk(HOST_ENT_CERT_DIR))
):
Expand Down

0 comments on commit a6ba017

Please sign in to comment.