2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-30 22:33:30 +00:00
restic/changelog/unreleased/issue-2281
2020-02-15 01:32:43 +01:00

8 lines
280 B
Plaintext

Bugfix: Handle format verbs like '%' properly in `find` output
The JSON or "normal" output of the `find` command can now deal with file names
that contain substrings which the Golang `fmt` package considers "format verbs"
like `%s`.
https://github.com/restic/restic/issues/2281