We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b7d85 commit e1c2cbfCopy full SHA for e1c2cbf
isc/git/hook/Local.cls
@@ -7,7 +7,7 @@ ClassMethod after() As %Status
7
{
8
try {
9
set sc = ..onAfter()
10
- do ##class(isc.git.hook.Log).add($classname())
+ do ##class(isc.git.hook.Manager).add($classname())
11
} catch ex {
12
set sc = ex.AsStatus()
13
}
0 commit comments