mirror of
https://github.com/octoleo/restic.git
synced 2025-04-11 00:41:50 +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