Skip to content

Commit

Permalink
fix windows symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
ityuany committed Jul 20, 2024
1 parent 25d97da commit 562f74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/node_manager/node_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ where
}
#[cfg(windows)]
{
std::os::windows::fs::symlink_dir(&version_dir, &default_dir)?;
std::os::windows::fs::symlink_dir(&from_dir, &default_dir)?;
}
Ok(default_dir)
}
Expand Down

0 comments on commit 562f74a

Please sign in to comment.