From 5b1a65849b9eb57e9af57bd07467e5af31e74b27 Mon Sep 17 00:00:00 2001 From: Nick Goodall Date: Tue, 13 Jan 2026 13:57:07 +0000 Subject: [PATCH] colour time --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index ef1545f..9d3b0a9 100644 --- a/main.go +++ b/main.go @@ -705,7 +705,7 @@ func runSetup() error { } fmt.Printf("\nSetup complete; PocketBase should be reachable at https://%s\n", ctx.domain) - fmt.Printf("Total setup time: %s\n", time.Since(start).Round(time.Millisecond)) + fmt.Printf("Total setup time: %s%s%s\n", localTimeColor, time.Since(start).Round(time.Millisecond), remoteColorReset) return nil }