Skip to content

Commit

Permalink
fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
robertohuertasm committed Oct 30, 2024
1 parent 0b08743 commit 6b347dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bins/src/bin/datadog_static_analyzer_server/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fn get_log_dir() -> PathBuf {
// Fallback in case TEMP is not set
PathBuf::from("C:\\Temp")
});
log_dir.push("static-analysis-server/logs");
log_dir.push(path);
log_dir
}
}
Expand Down

0 comments on commit 6b347dc

Please sign in to comment.