Skip to content

Commit

Permalink
fix: small fix for keyword_search plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
chaqchase committed Aug 15, 2024
1 parent 876393a commit affce8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/keyword_search/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ impl Plugin for KeywordSearchPlugin {

impl EntryDecorator for KeywordSearchPlugin {
fn name(&self) -> &'static str {
"keyword_search"
env!("CARGO_PKG_NAME")
}

fn decorate(&self, entry: &mut DecoratedEntry) {
Expand Down

0 comments on commit affce8e

Please sign in to comment.