Skip to content

Commit a00c670

Browse files
committed
Changed default git path.
1 parent 3ba8e0c commit a00c670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/CustomEditor/GitSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public static class GitSettings
1717

1818
public static string DefaultGitPath => SystemInfo.operatingSystemFamily.Equals(OperatingSystemFamily.Windows)
1919
? @"C:\Program Files\Git\bin\git.exe"
20-
: "/usr/local/bin/git";
20+
: "/usr/bin/git";
2121

2222
public static string GitPath
2323
{

0 commit comments

Comments
 (0)