From 8b7a07d6e27a1ebd014ddb37c8a71886c47ee0ba Mon Sep 17 00:00:00 2001 From: ehearneredhat Date: Fri, 26 Jul 2024 13:17:12 +0100 Subject: [PATCH] added space for authorino Signed-off-by: ehearneredhat --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 22484368..dddc07ee 100644 --- a/main.go +++ b/main.go @@ -565,8 +565,8 @@ func timeoutMs(timeout int) time.Duration { func printVersion(_ *cobra.Command, _ []string) { if dirty == "true" { - fmt.Printf("Authorino%s (%s-dirty)\n", version, gitSHA) + fmt.Printf("Authorino %s (%s-dirty)\n", version, gitSHA) } else { - fmt.Printf("Authorino%s (%s)\n", version, gitSHA) + fmt.Printf("Authorino %s (%s)\n", version, gitSHA) } }