mirror of
https://github.com/octoleo/restic.git
synced 2025-04-09 00:01:49 +00:00
When using `RESTIC_REPOSITORY_FILE` in combination with `restic init`, the repository is missing in the output: ``` $ restic init created restic repository 3c872be20f at [...] ``` This is due to the code using `gopts.Repo`, which is empty in this case.