Skip to content

Commit

Permalink
Bot runner has foundry_workspace (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexroan authored Jan 24, 2024
1 parent b3041fa commit f478c22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/src/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ pub fn run() {

drive_with(
Args {
root: "PATH-TO-PROJECT-FOLDER".to_string(),
output: "REPORT.md".to_string(),
root: "./foundry_workspace".to_string(),
output: "report.md".to_string(),
exclude: None,
scope: None,
no_snippets: false,
Expand Down
Binary file modified nyth/archive.zip
Binary file not shown.

0 comments on commit f478c22

Please sign in to comment.