mirror of
https://github.com/alibaba/open-code-review.git
synced 2026-07-22 23:54:08 +00:00
fix(version): correct program name output from 'opencodereview' to 'open-code-review'
This commit is contained in:
parent
2911231759
commit
a97ff48753
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ var (
|
|||
)
|
||||
|
||||
func printVersion() {
|
||||
fmt.Printf("opencodereview %s", Version)
|
||||
fmt.Printf("open-code-review %s", Version)
|
||||
if GitCommit != "" {
|
||||
fmt.Printf(" (%s)", GitCommit)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue