diff options
Diffstat (limited to 'src/bibiman.rs')
| -rw-r--r-- | src/bibiman.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bibiman.rs b/src/bibiman.rs index ee769c4..71288ce 100644 --- a/src/bibiman.rs +++ b/src/bibiman.rs @@ -332,9 +332,9 @@ impl Bibiman { .citekey .clone(); - // Add curly brace as prefix and comma as suffix that only + // Add comma as suffix that only // main citekeys are matched, not other fields like crossref - let citekey_pattern: String = format!("{{{},", citekey); + let citekey_pattern: String = format!("{},", citekey); // Check if multiple files were passed to bibiman and // return the correct file path |
