Skip to content

Commit

Permalink
fix(Rscript binary): Use correct casing
Browse files Browse the repository at this point in the history
Casing matters on Linux.
  • Loading branch information
nokome committed Dec 8, 2021
1 parent 1690ea8 commit 47da877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/binary-rscript/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ impl BinaryTrait for RscriptBinary {
#[rustfmt::skip]
fn spec(&self) -> Binary {
Binary::new(
"rscript",
"Rscript",
&[],
&["C:\\Program Files\\R\\R-*\\bin"],
&[],
Expand Down

0 comments on commit 47da877

Please sign in to comment.