Skip to content

Commit

Permalink
adapt to changes in gix-command
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Dec 16, 2024
1 parent 4d9bded commit c67770f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gix-credentials/src/program/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ impl Program {
args.insert_str(0, git_program.to_string_lossy().as_ref());
gix_command::prepare(gix_path::from_bstr(args.as_bstr()).into_owned())
.arg(action.as_arg(true))
.with_shell_allow_argument_splitting()
.with_shell_allow_manual_argument_splitting()
.into()
}
Kind::ExternalShellScript(for_shell)
Expand Down

0 comments on commit c67770f

Please sign in to comment.