Skip to content

Commit

Permalink
added space for authorino
Browse files Browse the repository at this point in the history
Signed-off-by: ehearneredhat <ehearne@redhat.com>
  • Loading branch information
ehearneRedHat committed Jul 26, 2024
1 parent 1ecf85f commit 110503e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}

0 comments on commit 110503e

Please sign in to comment.