Skip to content

Commit 34d80d7

Browse files
black-deskCopilot
andauthored
Update src/Runner.Sdk/Util/IOUtil.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 358bd39 commit 34d80d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Runner.Sdk/Util/IOUtil.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ public static void CopyDirectory(string source, string target, CancellationToken
403403
return;
404404
}
405405

406-
Dictionary.CreateSymbolicLink(target, sourceDir.LinkTarget);
406+
Directory.CreateSymbolicLink(target, sourceDir.LinkTarget);
407407
return;
408408
}
409409

0 commit comments

Comments
 (0)