Typo
All checks were successful
Cadoles/Jenkins/pipeline/head This commit looks good

This commit is contained in:
Benjamin Bohard 2022-02-09 22:53:00 +01:00
parent e16ccf8bf8
commit ad49ba869f

View File

@ -38,7 +38,7 @@ def getRepositoryHREF(
if (repositoryHREF) {
return repositoryHREF.pulp_href
} else {
return createRepository(credentials, repository])
return createRepository(credentials, repository)
}
}