Skip to content

Commit

Permalink
docs: fixup method docs comment (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattem authored Mar 28, 2022
1 parent f29b68e commit 1e03a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugin/system/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func (ps *pluginSystem) TestHooksInterceptor(streams ioutils.Streams) intercepto
return ps.commandHooksInterceptor("PostTestHook", streams)
}

// TestHooksInterceptor returns an interceptor that runs the pre and post-test
// RunHooksInterceptor returns an interceptor that runs the pre and post-run
// hooks from all plugins.
func (ps *pluginSystem) RunHooksInterceptor(streams ioutils.Streams) interceptors.Interceptor {
return ps.commandHooksInterceptor("PostRunHook", streams)
Expand Down

0 comments on commit 1e03a77

Please sign in to comment.