UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

12 lines (11 loc) 460 B
import { regEx } from "../../../util/regex.js"; //#region lib/modules/manager/sveltos/util.ts function removeRepositoryName(repositoryName, chartName) { const repoNameWithSlash = regEx(`^${repositoryName}/`, void 0, false); let modifiedChartName = chartName.replace(repoNameWithSlash, ""); modifiedChartName = modifiedChartName.replace(/\/+$/, ""); return modifiedChartName; } //#endregion export { removeRepositoryName }; //# sourceMappingURL=util.js.map