diff --git a/bot/src/runner.rs b/bot/src/runner.rs index 120f404f3..8c1641aee 100644 --- a/bot/src/runner.rs +++ b/bot/src/runner.rs @@ -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, diff --git a/nyth/archive.zip b/nyth/archive.zip index 6d1f644cd..bd9bc6e36 100644 Binary files a/nyth/archive.zip and b/nyth/archive.zip differ