Skip to content

Commit 7a6f02b

Browse files
committed
Converted path string to a verbatim string.
1 parent c1c8167 commit 7a6f02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/CustomEditor/Git.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static class Git
1313
{
1414

1515
#if UNITY_EDITOR_WIN
16-
public static string GitPath => "C:\\Program Files\\Git\\cmd\\git.exe";
16+
public static string GitPath => @"C:\Program Files\Git\cmd\git.exe";
1717
#else
1818
public static string GitPath => "/usr/local/bin/git";
1919
#endif

0 commit comments

Comments
 (0)