We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e71df3 commit 19e45fcCopy full SHA for 19e45fc
src/GitVersion.Core.Tests/Helpers/DirectoryHelper.cs
@@ -8,8 +8,8 @@ public static class DirectoryHelper
8
{
9
private static readonly Dictionary<string, string> ToRename = new()
10
11
- {"gitted", ".git"},
12
- {"gitmodules", ".gitmodules"},
+ { "gitted", ".git" },
+ { "gitmodules", ".gitmodules" },
13
};
14
15
public static void CopyFilesRecursively(DirectoryInfo source, DirectoryInfo target)
0 commit comments