Skip to content

Commit 9c51af4

Browse files
committed
update setup function
1 parent c315eee commit 9c51af4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ pub fn setup(version: String) -> FnResult<String> {
1212
let stdout = dag()
1313
.pkgx()?
1414
.with_exec(vec!["pkgx", "install", &format!("trufflehog@{}", version)])?
15+
.with_exec(vec!["trufflehog", "--version"])?
1516
.stdout()?;
1617

1718
Ok(stdout)

0 commit comments

Comments
 (0)