Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Fix 472: Need to call the functions to return Name, Version, and Type…
Browse files Browse the repository at this point in the history
… of a core.CatalogedPlugin
  • Loading branch information
geauxvirtual committed Nov 4, 2015
1 parent de28813 commit 5178b62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pulse.go
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,9 @@ func action(ctx *cli.Context) {
"_module": "pulsed",
"autodiscoverpath": path,
"plugin": file,
"plugin-name": pl.Name,
"plugin-version": pl.Version,
"plugin-type": pl.TypeName,
"plugin-name": pl.Name(),
"plugin-version": pl.Version(),
"plugin-type": pl.TypeName(),
}).Info("Loading plugin")
}
}
Expand Down

0 comments on commit 5178b62

Please sign in to comment.