Skip to content

Commit

Permalink
Merge pull request #450 from saintube/master
Browse files Browse the repository at this point in the history
Fix typo in custom-plugin-monitor
  • Loading branch information
k8s-ci-robot authored Aug 4, 2020
2 parents f3ab10e + 9678892 commit c01ea4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/custompluginmonitor/custom_plugin_monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (c *customPluginMonitor) Stop() {
c.tomb.Stop()
}

// monitorLoop is the main loop of log monitor.
// monitorLoop is the main loop of customPluginMonitor.
func (c *customPluginMonitor) monitorLoop() {
c.initializeStatus()

Expand Down

0 comments on commit c01ea4f

Please sign in to comment.