We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f8e221 commit 9722784Copy full SHA for 9722784
git-cliff-core/src/command.rs
@@ -25,6 +25,7 @@ pub fn run(
25
) -> Result<String> {
26
let mut child = if cfg!(target_os = "windows") {
27
Command::new("cmd")
28
+ .envs(envs)
29
.args(["/C", command])
30
.stdin(Stdio::piped())
31
.stdout(Stdio::piped())
0 commit comments