Skip to content

Commit bbd4003

Browse files
committed
Converted path string to a verbatim string.
1 parent fc6ed40 commit bbd4003

File tree

1 file changed

+1
-1
lines changed
  • Assets/Plugins/CandyCoded.GitStatus/Scripts/CustomEditor

1 file changed

+1
-1
lines changed

Assets/Plugins/CandyCoded.GitStatus/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)