summaryrefslogtreecommitdiff
path: root/reload.go
diff options
context:
space:
mode:
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()