mirror of
https://github.com/restic/restic.git
synced 2025-03-09 00:00:02 +01:00
mount: append the short string of the repository ID
This commit is contained in:
parent
eb0e8d316d
commit
c328f45333
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ func runMount(ctx context.Context, opts MountOptions, gopts GlobalOptions, args
|
|||
return err
|
||||
}
|
||||
|
||||
fuseMountName := fmt.Sprintf("restic:%s", repositoryID)
|
||||
fuseMountName := fmt.Sprintf("restic:%s", repositoryID.Str())
|
||||
|
||||
mountOptions := []systemFuse.MountOption{
|
||||
systemFuse.ReadOnly(),
|
||||
|
|
Loading…
Add table
Reference in a new issue