mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 18:04:13 +00:00
fix typo
This commit is contained in:
parent
ab914cf9f7
commit
d5dbe867f6
@ -32,7 +32,7 @@ actor! {
|
||||
impl Scripter {
|
||||
/// Generates the actual installer script
|
||||
pub fn run(self) -> Result<()> {
|
||||
// Replace dashes in the success message with spaces (our arg handling botches spaces)
|
||||
// Replace dashes in the product name with spaces (our arg handling botches spaces)
|
||||
// FIXME: still needed? Kept for compatibility for now.
|
||||
let product_name = self.product_name.replace('-', " ");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user