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.
2 parents c25db6c + aaf8167 commit 3a9abe3Copy full SHA for 3a9abe3
src/cargo/sources/registry/remote.rs
@@ -77,7 +77,7 @@ impl<'cfg> RemoteRegistry<'cfg> {
77
let mut opts = git2::RepositoryInitOptions::new();
78
opts.external_template(false);
79
Ok(git2::Repository::init_opts(&path, &opts)
80
- .chain_err(|| "failed to initialized index git repository")?)
+ .chain_err(|| "failed to initialize index git repository")?)
81
}
82
83
})
0 commit comments