diff --git a/RomRepoMgr.Core/Filesystem/Fuse.cs b/RomRepoMgr.Core/Filesystem/Fuse.cs index 94f9dba..a8b5104 100644 --- a/RomRepoMgr.Core/Filesystem/Fuse.cs +++ b/RomRepoMgr.Core/Filesystem/Fuse.cs @@ -28,7 +28,7 @@ public sealed class Fuse : FileSystem _directoryCache = new ConcurrentDictionary>(); _lastHandle = 0; _fileStatHandleCache = new ConcurrentDictionary(); - Name = "romrepombgrfs"; + Name = "romrepomgrfs"; _vfs = vfs; }