Commit c2885430 by Anton Yackushev Committed by Torkel Ödegaard

fix "no formatting directive in Fatalf call" (vet) (#8487)

parent e65f8614
......@@ -75,7 +75,7 @@ func packageWalker(path string, f os.FileInfo, err error) error {
shaBytes, err := ioutil.ReadFile(path + ".sha256")
if err != nil {
log.Fatalf("Failed to read sha256 file", err)
log.Fatalf("Failed to read sha256 file %v", err)
}
os := ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment