mount: append the short string of the repository ID

This commit is contained in:
Srigovind Nayak 2025-02-08 19:16:10 +05:30
parent eb0e8d316d
commit c328f45333
No known key found for this signature in database
GPG Key ID: 09006810B7263D69
1 changed files with 1 additions and 1 deletions

View File

@ -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(),