Fix typo
Co-Authored-By: Mateusz Mikuła <mati865@users.noreply.github.com>
This commit is contained in:
parent
34a00fe7f4
commit
626f2fe1cb
@ -20,7 +20,7 @@ fn integration_test() {
|
||||
let st = Command::new("git")
|
||||
.args(&["clone", "--depth=1", &repo_url, repo_dir.to_str().unwrap()])
|
||||
.status()
|
||||
.expect("unstable to run git");
|
||||
.expect("unable to run git");
|
||||
assert!(st.success());
|
||||
|
||||
let root_dir = std::path::PathBuf::from(env!("CARGO_MANIFEST_DIR"));
|
||||
|
Loading…
Reference in New Issue
Block a user