Skip to content

Commit

Permalink
Redirected "current" from stderr to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
shyiko committed Mar 27, 2016
1 parent 756c937 commit 5432e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jabba.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func main() {
Run: func(cmd *cobra.Command, args []string) {
ver := command.Current()
if ver != "" {
println(ver)
fmt.Println(ver)
}
},
},
Expand Down

0 comments on commit 5432e4e

Please sign in to comment.