Skip to content

Commit c283272

Browse files
committed
test: Ensure it works in CI
1 parent eb62809 commit c283272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/docs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fn screenshot() {
77
let scratchpad_path = scratchpad.path().unwrap();
88
let status = std::process::Command::new("git")
99
.arg("clone")
10-
.arg(std::env::current_dir().unwrap())
10+
.arg("https://github.com/gitext-rs/git-dive.git")
1111
.current_dir(scratchpad_path)
1212
.status()
1313
.unwrap();

0 commit comments

Comments
 (0)