diff --git a/src/actor.rs b/src/actor.rs index 5c669dd3..87e9030f 100644 --- a/src/actor.rs +++ b/src/actor.rs @@ -80,7 +80,7 @@ fn prompt_finder( let preview = if cfg!(target_os = "windows") { format!( - r#"(@echo.{{+}}{eof}{{q}}{eof}{name}){eof}{extra} | {exe} preview-var-stdin"#, + r#"(@echo.{{+}}{eof}{{q}}{eof}{name}{eof}{extra}) | {exe} preview-var-stdin"#, exe = exe, name = variable_name, extra = extra,