We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883a8f6 commit a9f5742Copy full SHA for a9f5742
cmd/version.go
@@ -12,7 +12,7 @@ var versionCmd = &cobra.Command{
12
Use: "version",
13
Short: "Prints the version of this leeway build",
14
Run: func(cmd *cobra.Command, args []string) {
15
- fmt.Printf(leeway.Version)
+ fmt.Println(leeway.Version)
16
},
17
}
18
0 commit comments