Skip to content

Commit

Permalink
Add newline to -version flag output (#60)
Browse files Browse the repository at this point in the history
* Add newline to -version flag output

Signed-off-by: Aaron <admin@datahoarder.dev>

* Resolve build failure

Signed-off-by: Aaron <admin@datahoarder.dev>
  • Loading branch information
Aaron authored Jun 11, 2020
1 parent bc370ae commit 567772f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/downloader/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func main() {
flag.Parse()

if versionFlag {
fmt.Printf("comics-downloader version %s", version.Tag)
fmt.Printf("comics-downloader version", version.Tag)
os.Exit(0)
}

Expand Down

0 comments on commit 567772f

Please sign in to comment.