Skip to content

Commit 5a8545d

Browse files
authored
Merge pull request #2 from taishingi/develop
Develop
2 parents b784578 + ca2b87d commit 5a8545d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "continuous-testing"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
edition = "2021"
55
description = "A continuous testing tool"
66
license-file = "LICENSE"

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fn again(args: &[String]) -> ExitCode {
3535
.arg("clone")
3636
.arg("--quiet")
3737
.arg("https://github.com/taishingi/continuous-testing.git")
38-
.current_dir(TMP_DIR)
38+
.arg(TMP_DIR)
3939
.spawn()
4040
.expect("git not found")
4141
.wait()

0 commit comments

Comments
 (0)