2
2
mirror of https://github.com/octoleo/restic.git synced 2025-04-09 00:01:49 +00:00
Michael Kuhn 3fa6b2de4a 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.
2024-01-08 21:33:05 +01:00
..
2017-07-23 14:19:13 +02:00
2020-08-30 16:00:48 +02:00
2023-07-28 19:21:40 +02:00
2020-12-23 23:26:04 +03:00
2021-01-30 20:02:37 +01:00
2022-10-03 00:19:46 +02:00
2017-07-23 14:19:13 +02:00
2023-06-08 19:12:49 +02:00
2023-10-29 19:50:12 +01:00
2023-07-22 23:23:17 +02:00