Skip to content

Commit

Permalink
Fix version string
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanilves committed Oct 8, 2017
1 parent 0b354d3 commit 7b48253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func main() {
os.Exit(1)
}
if o.Version {
fmt.Printf("VERSION: %s", getVersion())
fmt.Printf("VERSION: %s\n", getVersion())
os.Exit(0)
}
if len(o.Positional.Repositories) == 0 {
Expand Down

0 comments on commit 7b48253

Please sign in to comment.