Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adapt to changes in gix-credentials
Browse files Browse the repository at this point in the history
Byron committed Nov 14, 2023
1 parent c1a78b6 commit f43e3a8
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -81,10 +81,7 @@ mod baseline {
.programs
.iter()
.map(|p| match &p.kind {
gix_credentials::program::Kind::ExternalName { name_and_args } => name_and_args
.strip_prefix(b"git credential-")
.expect("resolved name")
.into(),
gix_credentials::program::Kind::ExternalName { name_and_args } => name_and_args.to_owned(),
_ => panic!("need name helper"),
})
.collect();

0 comments on commit f43e3a8

Please sign in to comment.