diff options
| author | Jeff Carr <[email protected]> | 2024-12-17 21:15:19 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-17 21:15:19 -0600 |
| commit | 339393a88ae7a8cf6f16753f15df8fa4a2e983de (patch) | |
| tree | d7a3045ada2762312cc03da8a288a6f3540dfc89 /reload.go | |
| parent | bea54091d2901d00c03541be09f33ae29e72cde1 (diff) | |
keep trying to fix init() and update()v0.0.34
Diffstat (limited to 'reload.go')
| -rw-r--r-- | reload.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ import ( // TODO: fix and clean this up. this is a work in progress func (repo *Repo) Reload() error { + // log.Info("in reload", repo.FullPath) repo.Tags = new(GitTags) repo.reloadGitTags() |
