mirror of
https://github.com/restic/restic.git
synced 2026-05-08 19:45:25 +00:00
ce089f7e2d
* replace all occurences of `errors.Fatal(err.Error())` with `errors.Fatalf("%s", err)` so that the error wrapping is correct across the codebase
* updated the review comments