Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phrp720 committed Jan 22, 2025
1 parent d465763 commit 7d8a3e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/filter/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ func (f *Plugin) Execute(events models.Events, watcher string, userID string, in

func (f *Plugin) ReplicateConfig(path string) {
err := CreateConfigFile(path, f.Name())
log.Print(err)
if err != nil {
log.Print(err)
}
}

func (f *Plugin) Name() string {
Expand Down

0 comments on commit 7d8a3e7

Please sign in to comment.