mirror of
https://github.com/grafana/grafana.git
synced 2024-12-29 10:21:41 -06:00
fix "no formatting directive in Fatalf call" (vet) (#8487)
This commit is contained in:
parent
e65f86147f
commit
c2885430bd
@ -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 := ""
|
||||
|
Loading…
Reference in New Issue
Block a user