diff options
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() |
