Skip to content

Commit e1c2cbf

Browse files
committed
Correct logger reference
1 parent 22b7d85 commit e1c2cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

isc/git/hook/Local.cls

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ClassMethod after() As %Status
77
{
88
try {
99
set sc = ..onAfter()
10-
do ##class(isc.git.hook.Log).add($classname())
10+
do ##class(isc.git.hook.Manager).add($classname())
1111
} catch ex {
1212
set sc = ex.AsStatus()
1313
}

0 commit comments

Comments
 (0)