mirror of
https://github.com/restic/restic.git
synced 2026-03-01 04:06:24 +00:00
* 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