mirror of
https://github.com/octoleo/restic.git
synced 2025-01-22 22:58:26 +00:00
e9f1721678
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