Skip to content

Commit 8bc5e5f

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

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
@@ -76,7 +76,7 @@ func main() {
7676
}
7777
t, err = template.New("").Parse(string(d))
7878
if err != nil {
79-
log.Printf("license file: %s", err)
79+
log.Printf("license file: %v", err)
8080
os.Exit(1)
8181
}
8282
} else {

0 commit comments

Comments
 (0)