From e52ff0ea031c3a91e03cdc6b8c462430aae3ac88 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Thu, 21 Feb 2019 14:57:41 +0100 Subject: [PATCH] merge fix --- src/Umbraco.Core/IO/ShadowWrapper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Core/IO/ShadowWrapper.cs b/src/Umbraco.Core/IO/ShadowWrapper.cs index d6e54d6092..dacef52a92 100644 --- a/src/Umbraco.Core/IO/ShadowWrapper.cs +++ b/src/Umbraco.Core/IO/ShadowWrapper.cs @@ -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