Skip to content

Commit

Permalink
Merge branch 'main' into 25-overhaul-init-system
Browse files Browse the repository at this point in the history
  • Loading branch information
oneElectron committed Nov 24, 2023
2 parents fba4dbb + d5f3d0c commit 48d7313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Expand Up @@ -44,7 +44,7 @@ fn main() {
log::trace!("output_path = {:?}", output_path);
log::trace!("search_path = {:?}", search_path);
log::trace!("disable_os_search = {}", disable_os_search);

init::init(name, output_path.clone(), search_path, disable_os_search);

output_path.push("out");
Expand Down

0 comments on commit 48d7313

Please sign in to comment.