We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab914cf commit d5dbe86Copy full SHA for d5dbe86
src/tools/rust-installer/src/scripter.rs
@@ -32,7 +32,7 @@ actor! {
32
impl Scripter {
33
/// Generates the actual installer script
34
pub fn run(self) -> Result<()> {
35
- // 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)
36
// FIXME: still needed? Kept for compatibility for now.
37
let product_name = self.product_name.replace('-', " ");
38
0 commit comments