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

Commit

Permalink
Fix typo s/print/Print
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-hov committed Jan 6, 2024
1 parent 9adcc45 commit 139429a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
func CmdVersion() *cobra.Command {
cmd := &cobra.Command{
Use: "version",
Short: "print the gnopls version information",
Short: "Print the gnopls version information",
Args: cobra.ExactArgs(0),
RunE: func(cmd *cobra.Command, args []string) error {
fmt.Println(version.GetVersion(cmd.Context()))
Expand Down

0 comments on commit 139429a

Please sign in to comment.