Skip to content

Commit

Permalink
Rename spotlight table to kolide_spotlight (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
marpaia authored Sep 5, 2017
1 parent 3db392a commit a7e25b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osquery/mdfind.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func Spotlight() *table.Plugin {
table.TextColumn("query"),
table.TextColumn("path"),
}
return table.NewPlugin("spotlight", columns, generateSpotlight)
return table.NewPlugin("kolide_spotlight", columns, generateSpotlight)
}

func generateSpotlight(ctx context.Context, queryContext table.QueryContext) ([]map[string]string, error) {
Expand Down

0 comments on commit a7e25b8

Please sign in to comment.