Fix fonud typo in rpmmd
This commit is contained in:
parent
f5680284df
commit
0f5b99c754
1 changed files with 1 additions and 1 deletions
|
|
@ -306,7 +306,7 @@ func (repo RepoConfig) toDNFRepoConfig(rpmmd *rpmmdImpl, i int) (dnfRepoConfig,
|
|||
}
|
||||
if repo.RHSM {
|
||||
if rpmmd.RHSM == nil {
|
||||
return dnfRepoConfig{}, fmt.Errorf("RHSM secrets not fonud on host")
|
||||
return dnfRepoConfig{}, fmt.Errorf("RHSM secrets not found on host")
|
||||
}
|
||||
dnfRepo.SSLCACert = rpmmd.RHSM.SSLCACert
|
||||
dnfRepo.SSLClientKey = rpmmd.RHSM.SSLClientKey
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue