Fix depot paths

This commit is contained in:
Matt Nadareski
2020-08-25 16:47:11 -07:00
parent df21a78972
commit 35b8489a17

View File

@@ -59,7 +59,7 @@ namespace SabreTools.Library.IO
} }
// Now append the filename // Now append the filename
path += hash + $"{hash}.gz"; path += $"{hash}.gz";
return path; return path;
} }