Skip to content

Commit

Permalink
print error in default format
Browse files Browse the repository at this point in the history
Co-Authored-By: jmccann <jmccann.git@gmail.com>
  • Loading branch information
x1ddos and jmccann committed Nov 30, 2018
1 parent ee88519 commit 8bc5e5f
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 @@ -76,7 +76,7 @@ func main() {
}
t, err = template.New("").Parse(string(d))
if err != nil {
log.Printf("license file: %s", err)
log.Printf("license file: %v", err)
os.Exit(1)
}
} else {
Expand Down

0 comments on commit 8bc5e5f

Please sign in to comment.