Skip to content

Commit

Permalink
misc: fix path usage in window case
Browse files Browse the repository at this point in the history
  • Loading branch information
nichmor committed Oct 24, 2024
1 parent d8120c4 commit b693d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/global/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ pub(crate) async fn create_executable_scripts(
let global_script_path = {
#[cfg(windows)]
{
global_script_path.with_extension("exe")
&global_script_path.with_extension("exe")
}
#[cfg(unix)]
{
Expand Down

0 comments on commit b693d1e

Please sign in to comment.