1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-01-20 14:28:34 +00:00
restic/cmd
Michael Kuhn fd2fb233aa Fix repository not being printed when using repository file
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.
2023-12-23 13:49:22 +01:00
..
restic Fix repository not being printed when using repository file 2023-12-23 13:49:22 +01:00