From 8c9a331c9b833e14fcbd381b8065d488d0d9fbf5 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 2 Oct 2025 20:14:20 -0500 Subject: minor fmt change --- complete.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'complete.go') diff --git a/complete.go b/complete.go index b24827d..0a28981 100644 --- a/complete.go +++ b/complete.go @@ -432,7 +432,10 @@ func doVersion(pb *Auto) { // now := time.Now() // dur := time.Since(localTime) - BUILDTIME = fmt.Sprintf("%s age(%v)", localTime.String(), shell.FormatDuration(time.Since(localTime))) + // BUILDTIME = fmt.Sprintf("%s age(%v)", localTime.String(), , shell.FormatDuration(time.Since(localTime))) + stamp := log.Sprintf("Built %s Age(%s)\n", localTime.Format("2006-01-02 15:04"), shell.FormatDuration(time.Since(localTime))) + log.Infof("%s %s %s\n", pb.Argname, VERSION, stamp) + os.Exit(0) } } -- cgit v1.2.3