Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jan 23, 2025
1 parent 7b5b088 commit 8179eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ impl Install {
let config = Config::try_get()?;
match &self.tool {
Some(runtime) => {
crate::env::TOOL_ARGS.write().unwrap().clone_from(&runtime);
crate::env::TOOL_ARGS.write().unwrap().clone_from(runtime);
self.install_runtimes(&config, runtime)?
}
None => self.install_missing_runtimes(&config)?,
Expand Down

0 comments on commit 8179eac

Please sign in to comment.