Skip to content

Commit

Permalink
add authorino to print version
Browse files Browse the repository at this point in the history
a
  • Loading branch information
ehearneRedHat committed Jul 15, 2024
1 parent 97db18e commit 9d217f5
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("%s (%s-dirty)\n", version, gitSHA)
fmt.Printf("Authorino%s (%s-dirty)\n", version, gitSHA)
} else {
fmt.Printf("%s (%s)\n", version, gitSHA)
fmt.Printf("Authorino%s (%s)\n", version, gitSHA)
}
}

0 comments on commit 9d217f5

Please sign in to comment.