forget: fix ignored RESTIC_HOST environment variable

This commit is contained in:
Michael Eischer
2025-03-31 18:04:54 +02:00
parent 3d14e92905
commit e1f7522174
3 changed files with 17 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
Bugfix: Correctly handle `RESTIC_HOST` in `forget` command
The `forget` command did not use the host name from the `RESTIC_HOST`
environment variable. This has been fixed.
https://github.com/restic/restic/issues/5325
https://github.com/restic/restic/pull/5327