Skip to content

Commit

Permalink
Correct logger reference
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard93 committed Apr 3, 2018
1 parent 22b7d85 commit e1c2cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isc/git/hook/Local.cls
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ClassMethod after() As %Status
{
try {
set sc = ..onAfter()
do ##class(isc.git.hook.Log).add($classname())
do ##class(isc.git.hook.Manager).add($classname())
} catch ex {
set sc = ex.AsStatus()
}
Expand Down

0 comments on commit e1c2cbf

Please sign in to comment.