diff options
| author | Jeff Carr <[email protected]> | 2025-10-03 06:50:21 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-03 06:50:21 -0500 |
| commit | 03358095a0687f3f8b6bbcfcf1f38b26b3b2732a (patch) | |
| tree | c5a073acf4d73ffbef2709ae3e565aa91f802a1e /complete.go | |
| parent | 5d783142f9e85d045d21e25fa60449eb2afdf5de (diff) | |
rm extra linefeed
Diffstat (limited to 'complete.go')
| -rw-r--r-- | complete.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/complete.go b/complete.go index ea4e4a0..5e404e0 100644 --- a/complete.go +++ b/complete.go @@ -443,7 +443,7 @@ func doVersion(pb *Auto) { // now := time.Now() // dur := 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))) + stamp := log.Sprintf("Built %s Age(%s)", 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) } |
