mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
8 lines
297 B
Plaintext
8 lines
297 B
Plaintext
|
Bugfix: Correctly parse the argument to --tls-client-cert
|
||
|
|
||
|
Previously, the --tls-client-cert method attempt to read ARGV[1] (hardcoded)
|
||
|
instead of the argument that was passed to it. This has been corrected.
|
||
|
|
||
|
https://github.com/restic/restic/issues/1745
|
||
|
https://github.com/restic/restic/pull/1746
|