fix typo
This commit is contained in:
parent
ab914cf9f7
commit
d5dbe867f6
@ -32,7 +32,7 @@ actor! {
|
|||||||
impl Scripter {
|
impl Scripter {
|
||||||
/// Generates the actual installer script
|
/// Generates the actual installer script
|
||||||
pub fn run(self) -> Result<()> {
|
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.
|
// FIXME: still needed? Kept for compatibility for now.
|
||||||
let product_name = self.product_name.replace('-', " ");
|
let product_name = self.product_name.replace('-', " ");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user