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 7, 2025
1 parent 0fefae3 commit 67927f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/core/rust.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ impl RustPlugin {
return Ok(());
}
ctx.pr.set_message("Downloading rustup-init".into());
HTTP.download_file(&rustup_url(), &rustup_path(), Some(&ctx.pr))?;
HTTP.download_file(rustup_url(), &rustup_path(), Some(&ctx.pr))?;
file::make_executable(rustup_path())?;
file::create_dir_all(rustup_home())?;
let cmd = CmdLineRunner::new(rustup_path())
Expand Down

0 comments on commit 67927f4

Please sign in to comment.