mirror of
https://github.com/restic/restic.git
synced 2026-08-31 17:57:13 +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