summaryrefslogtreecommitdiff
path: root/reload.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-17 21:15:19 -0600
committerJeff Carr <[email protected]>2024-12-17 21:15:19 -0600
commit339393a88ae7a8cf6f16753f15df8fa4a2e983de (patch)
treed7a3045ada2762312cc03da8a288a6f3540dfc89 /reload.go
parentbea54091d2901d00c03541be09f33ae29e72cde1 (diff)
keep trying to fix init() and update()v0.0.34
Diffstat (limited to 'reload.go')
-rw-r--r--reload.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/reload.go b/reload.go
index f86001c..5b41ff0 100644
--- a/reload.go
+++ b/reload.go
@@ -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()