merge fix

This commit is contained in:
Bjarke Berg
2019-02-21 14:57:41 +01:00
parent aaa8e881f8
commit e52ff0ea03

View File

@@ -48,7 +48,7 @@ namespace Umbraco.Core.IO
throw new Exception($"Could not get a shadow identifier (tried {retries} times)");
}
internal void Shadow(Guid id)
internal void Shadow(string id)
{
// note: no thread-safety here, because ShadowFs is thread-safe due to the check
// on ShadowFileSystemsScope.None - and if None is false then we should be running