Skip to content

Commit

Permalink
fix cwd for flux
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacherr committed Jul 2, 2024
1 parent f4fa8a8 commit dd05898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assyst-core/src/flux_handler/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ impl FluxHandler {
defers.push(FileDeletionDefer(output_file_path.clone()));

let flux_workspace_root = if CONFIG.dev.flux_workspace_root_path_override.is_empty() {
FLUX_PATH.to_owned()
FLUX_DIR.to_owned()
} else {
CONFIG.dev.flux_workspace_root_path_override.clone()
};
Expand Down

0 comments on commit dd05898

Please sign in to comment.