Skip to content

Commit

Permalink
fix(Pandoc binary): Move Windows path to globs
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Dec 7, 2021
1 parent 1b181ad commit e55af70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/binary-pandoc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ impl BinaryTrait for PandocBinary {
fn spec(&self) -> Binary {
Binary::new(
"pandoc",
&["C:/Users/*/AppData/Local/Pandoc"],
&[],
&["C:/Users/*/AppData/Local/Pandoc"],
// Release list at https://github.com/jgm/pandoc/releases.
// Current strategy is to support the latest patch version of each minor version.
//
Expand Down

0 comments on commit e55af70

Please sign in to comment.