mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix typeo
This commit is contained in:
parent
cf0dae0049
commit
798b07c715
@ -44,7 +44,7 @@ public class AuthorFiles
|
|||||||
_bucketName = settings.S3.AuthoredFilesBucket;
|
_bucketName = settings.S3.AuthoredFilesBucket;
|
||||||
_ = PrimeCache();
|
_ = PrimeCache();
|
||||||
_streamPool = new RecyclableMemoryStreamManager();
|
_streamPool = new RecyclableMemoryStreamManager();
|
||||||
_cacheFile = _settings.S3.AuthoredFilesBucket.ToAbsolutePath();
|
_cacheFile = _settings.S3.AuthoredFilesBucketCache.ToAbsolutePath();
|
||||||
}
|
}
|
||||||
|
|
||||||
private async Task PrimeCache()
|
private async Task PrimeCache()
|
||||||
|
Loading…
Reference in New Issue
Block a user