Skip to content

Commit ee88519

Browse files
x1ddosjmccann
andauthored
print error in default format
Co-Authored-By: jmccann <[email protected]>
1 parent 9772e39 commit ee88519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func main() {
7171
if *licensef != "" {
7272
d, err := ioutil.ReadFile(*licensef)
7373
if err != nil {
74-
log.Printf("license file: %s", err)
74+
log.Printf("license file: %v", err)
7575
os.Exit(1)
7676
}
7777
t, err = template.New("").Parse(string(d))

0 commit comments

Comments
 (0)