Skip to content

Commit

Permalink
address #52249
Browse files Browse the repository at this point in the history
  • Loading branch information
dbist committed Aug 3, 2020
1 parent 470510e commit eefe15c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pkg/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Output build version information.
fmt.Fprintln(tw)
fmt.Fprintf(tw, "Go Version: %s\n", info.GoVersion)
fmt.Fprintf(tw, "C Compiler: %s\n", info.CgoCompiler)
fmt.Fprintf(tw, "Build SHA-1: %s\n", info.Revision)
fmt.Fprintf(tw, "Build Commit ID: %s\n", info.Revision)
fmt.Fprintf(tw, "Build Type: %s\n", info.Type)
return tw.Flush()
},
Expand Down
4 changes: 1 addition & 3 deletions pkg/storage/enginepb/mvcc3.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions pkg/util/hlc/timestamp.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eefe15c

Please sign in to comment.