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.
1 parent eb62809 commit c283272Copy full SHA for c283272
tests/docs.rs
@@ -7,7 +7,7 @@ fn screenshot() {
7
let scratchpad_path = scratchpad.path().unwrap();
8
let status = std::process::Command::new("git")
9
.arg("clone")
10
- .arg(std::env::current_dir().unwrap())
+ .arg("https://github.com/gitext-rs/git-dive.git")
11
.current_dir(scratchpad_path)
12
.status()
13
.unwrap();
0 commit comments