From cf74b31214fd7229050e21f8555f25409f13c682 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 1 Dec 2024 22:21:20 -0600 Subject: [PATCH] go-clone --build --- http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http.go b/http.go index 27d613a..4ad554c 100644 --- a/http.go +++ b/http.go @@ -151,7 +151,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) { } // dur := time.Since(gitAge) // log.Info(fmt.Sprintf("%-60s %s %s %s", repo.Name(), lastTag, shell.FormatDuration(dur), lastTag, tag.Name())) - log.Info(fmt.Sprintf("%s %d %s", repo.Name(), gitAge.Unix(), lastTag)) + fmt.Fprintf(w, "%s %d %s\n", repo.Name(), gitAge.Unix(), lastTag) /* for _, tag := range repo.Tags.ListAll() { log.Info(fmt.Sprintf("%-60s %s", "", tag.Name()))