mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-09 14:30:37 +00:00
Fix error message mentionning graphicsmagick instead of imagemagick
This commit is contained in:
parent
0f1058c4d2
commit
6d2df9162c
@ -70,7 +70,7 @@ impl FileAdapter for PdfPagesAdapter {
|
|||||||
.arg(out_fname);
|
.arg(out_fname);
|
||||||
|
|
||||||
let mut cmd = cmd.spawn().map_err(|e| {
|
let mut cmd = cmd.spawn().map_err(|e| {
|
||||||
map_exe_error(e, exe_name, "Make sure you have graphicsmagick installed.")
|
map_exe_error(e, exe_name, "Make sure you have imagemagick installed.")
|
||||||
})?;
|
})?;
|
||||||
let args = config.args;
|
let args = config.args;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user