chore: make go vet happy.

This commit is contained in:
Alexandre Pujol 2024-08-20 19:07:56 +01:00
parent 93313422bd
commit 4f4e373877
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
6 changed files with 23 additions and 23 deletions

View file

@ -197,6 +197,6 @@ func main() {
os.Exit(1)
}
if err != nil {
logging.Fatal(err.Error())
logging.Fatal("%s", err.Error())
}
}