Commit 0faaf16
committed
fix(backup): use &str replacement on Windows path normalization
str::replace's second argument must implement Pattern as &str, not
char — the Windows-only derive_snapshot_prefix passed '/' and failed
to compile on windows-msvc. Linux/macOS never compile this branch so
the local build and the Linux release jobs both passed.1 parent 1c22741 commit 0faaf16
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| |||
0 commit comments