Skip to content

Commit

Permalink
update setup function
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Apr 22, 2024
1 parent c315eee commit 9c51af4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pub fn setup(version: String) -> FnResult<String> {
let stdout = dag()
.pkgx()?
.with_exec(vec!["pkgx", "install", &format!("trufflehog@{}", version)])?
.with_exec(vec!["trufflehog", "--version"])?
.stdout()?;

Ok(stdout)
Expand Down

0 comments on commit 9c51af4

Please sign in to comment.