mirror of
https://github.com/restic/restic.git
synced 2026-07-17 04:34:53 +00:00
Previously, the function read from ARGV[1] (hardcoded) rather than the value passed to it, the command-line argument as it exists in globalOptions. Resolves #1745