We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea813e commit 2b22c53Copy full SHA for 2b22c53
1 file changed
src/Packer/Helpers/GitHelpers.cs
@@ -42,7 +42,7 @@ internal static bool IsInTargetVersion(this string location, string version)
42
43
internal static string ExtractModIdentifier(this string location, string version)
44
=> location.NormalizePath()
45
- .Split(Path.DirectorySeparatorChar)[2];
+ .Split('/')[2];
46
47
}
48
0 commit comments