summaryrefslogtreecommitdiff
path: root/reloadTags.go
diff options
context:
space:
mode:
Diffstat (limited to 'reloadTags.go')
-rw-r--r--reloadTags.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/reloadTags.go b/reloadTags.go
index 810d616..ce0ca84 100644
--- a/reloadTags.go
+++ b/reloadTags.go
@@ -123,7 +123,8 @@ func (repo *Repo) reloadGitTags() error {
if repo.GetMasterBranchName() == "" {
if err := repo.findHEAD(); err != nil {
- log.Info(repo.FullPath, "master branch blank", err)
+ // todo: redo all this shitty code
+ // log.Info(repo.FullPath, "master branch blank", err)
}
}
return nil