Skip to content

Commit d8f2e36

Browse files
committed
only report version number, not build time
1 parent 8dee5f8 commit d8f2e36

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmd/update.go

-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ func updateHandler(cmd *cobra.Command, args []string) {
4242
return
4343
}
4444
logger.Std.Println("You are using reco ", BuildInfo.Version)
45-
if BuildInfo.BuildTime != "" {
46-
logger.Std.Println("Built at: ", BuildInfo.BuildTime)
47-
}
4845
latest, err := latestRelease(github.NewClient(nil))
4946
if err != nil {
5047
logger.Std.Println("Could not retrieve latest verion info from Github: ", err)

0 commit comments

Comments
 (0)