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 93ecfc0 commit 94f4cb1Copy full SHA for 94f4cb1
Assets/Plugins/CandyCoded.GitStatus/Scripts/CustomEditor/Git.cs
@@ -13,9 +13,9 @@ public static class Git
13
{
14
15
#if UNITY_EDITOR_WIN
16
- public static string GitPath => @"C:\Program Files\Git\bin\git.exe";
+ private static string GitPath => @"C:\Program Files\Git\bin\git.exe";
17
#else
18
- public static string GitPath => "/usr/local/bin/git";
+ private static string GitPath => "/usr/local/bin/git";
19
#endif
20
21
private static Process GenerateProcess(string path, string arguments)
0 commit comments