File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
4
4
<PropertyGroup Label =" Parameters" >
5
5
<GVFSVersion >0.2.173.2</GVFSVersion >
6
- <GitPackageVersion >2.20190522.3 </GitPackageVersion >
6
+ <GitPackageVersion >2.20190610.5 </GitPackageVersion >
7
7
</PropertyGroup >
8
8
9
9
<PropertyGroup Label =" DefaultSettings" >
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ public static class Hooks
157
157
public const string PostCommandHookName = "post-command" ;
158
158
public const string ReadObjectName = "read-object" ;
159
159
public const string VirtualFileSystemName = "virtual-filesystem" ;
160
- public const string PostIndexChangedName = "post-indexchanged " ;
160
+ public const string PostIndexChangedName = "post-index-change " ;
161
161
public static readonly string Root = Path . Combine ( DotGit . Root , "hooks" ) ;
162
162
public static readonly string PreCommandPath = Path . Combine ( Hooks . Root , PreCommandHookName ) ;
163
163
public static readonly string PostCommandPath = Path . Combine ( Hooks . Root , PostCommandHookName ) ;
You can’t perform that action at this time.
0 commit comments