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 authored Nov 30, 2018
1 parent 9772e39 commit ee88519
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 @@ -71,7 +71,7 @@ func main() {
if *licensef != "" {
d, err := ioutil.ReadFile(*licensef)
if err != nil {
log.Printf("license file: %s", err)
log.Printf("license file: %v", err)
os.Exit(1)
}
t, err = template.New("").Parse(string(d))
Expand Down

0 comments on commit ee88519

Please sign in to comment.