Skip to content

Commit a9f5742

Browse files
committed
Lint
1 parent 883a8f6 commit a9f5742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var versionCmd = &cobra.Command{
1212
Use: "version",
1313
Short: "Prints the version of this leeway build",
1414
Run: func(cmd *cobra.Command, args []string) {
15-
fmt.Printf(leeway.Version)
15+
fmt.Println(leeway.Version)
1616
},
1717
}
1818

0 commit comments

Comments
 (0)