Sun Sep 28 2025
tucker <tucker@pangolin.lan>
29237ed0d328c1e2001db91cb2c48a2566e19c7c
23
24
// TODO: make a better way of making this default to "/repos" so that it doesn't have to
const reposPath = reposConfiguration.path || "/repos"
23
24
// TODO: make a better way of making this default to "" so that it doesn't have to
const reposPath = reposConfiguration.path || ""
61
cloneUrl: repoHelpers[repoType].cloneUrl(reposConfig.baseUrl + (reposConfig.path || "/repos"), repoName)
61
cloneUrl: repoHelpers[repoType].cloneUrl(reposConfig.baseUrl + (reposConfig.path || ""), repoName)