Skip to content

Commit c67770f

Browse files
committed
adapt to changes in gix-command
1 parent 4d9bded commit c67770f

File tree

1 file changed

+1
-1
lines changed
  • gix-credentials/src/program

1 file changed

+1
-1
lines changed

gix-credentials/src/program/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ impl Program {
8282
args.insert_str(0, git_program.to_string_lossy().as_ref());
8383
gix_command::prepare(gix_path::from_bstr(args.as_bstr()).into_owned())
8484
.arg(action.as_arg(true))
85-
.with_shell_allow_argument_splitting()
85+
.with_shell_allow_manual_argument_splitting()
8686
.into()
8787
}
8888
Kind::ExternalShellScript(for_shell)

0 commit comments

Comments
 (0)