Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 239d643

Browse files
Update CopyHelper.cs
1 parent 2b41d4b commit 239d643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/Installer/CopyHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public static void CopyFolder(NPath fromPath, NPath toPath)
4747

4848
public static void CopyFolderContents(NPath fromPath, NPath toPath)
4949
{
50-
Logger.Trace("CopyFolder Contents from {0} to {1}", fromPath, toPath);
50+
Logger.Trace("CopyFolderContents from {0} to {1}", fromPath, toPath);
5151
toPath.DeleteContents();
5252
fromPath.MoveFiles(toPath, true);
5353
}

0 commit comments

Comments
 (0)