We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c315eee commit 9c51af4Copy full SHA for 9c51af4
src/lib.rs
@@ -12,6 +12,7 @@ pub fn setup(version: String) -> FnResult<String> {
12
let stdout = dag()
13
.pkgx()?
14
.with_exec(vec!["pkgx", "install", &format!("trufflehog@{}", version)])?
15
+ .with_exec(vec!["trufflehog", "--version"])?
16
.stdout()?;
17
18
Ok(stdout)
0 commit comments