MCPcopy Create free account
hub / github.com/celer-pkg/celer / updateConfRepo

Method updateConfRepo

cmds/cmd_update.go:144–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142}
143
144func (u *updateCmd) updateConfRepo() error {
145 repoDir := filepath.Join(dirs.WorkspaceDir, "conf")
146 return git.UpdateRepo("conf repo", "", repoDir, u.force)
147}
148
149func (u *updateCmd) updatePortsRepo() error {
150 repoDir := filepath.Join(dirs.WorkspaceDir, "ports")

Callers 4

doUpdateMethod · 0.95

Calls 1

UpdateRepoFunction · 0.92