diff --git a/interlinked/source/cli/run.rs b/interlinked/source/cli/run.rs index 348b7dd..207fd09 100644 --- a/interlinked/source/cli/run.rs +++ b/interlinked/source/cli/run.rs @@ -24,7 +24,7 @@ pub fn run() -> Result<()> { all_projects().into_iter().collect() }; - let base_out_dir = Path::new("output/rust/"); + let base_out_dir = Path::new("output/"); for project in projects { let start = Instant::now(); let (width, height) = project.resolution;