Skip to content

Commit

Permalink
missing diff
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkirsz committed Oct 14, 2024
1 parent 01076b4 commit 9e7f14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rust_analyzer/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ fn parse_config() -> anyhow::Result<Config> {
let mut bazel_info_command = Command::new(&config.bazel);

if let Some(output_base) = &config.output_base {
bazel_info_command.arg(format!("--output_base={}", output_base));
bazel_info_command.arg(format!("--output_base={}", output_base.display()));
}

bazel_info_command
Expand Down

0 comments on commit 9e7f14d

Please sign in to comment.