Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
improve version display
Browse files Browse the repository at this point in the history
  • Loading branch information
dvaumoron committed Jan 23, 2024
1 parent 8a5e939 commit f044025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tenv/tenv.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func newVersionCmd() *cobra.Command {
Long: rootVersionHelp,
Args: cobra.NoArgs,
Run: func(_ *cobra.Command, _ []string) {
fmt.Println("gotofuenv", version)
fmt.Println("tenv from GoTofuEnv", version)
},
}
}
Expand Down

0 comments on commit f044025

Please sign in to comment.