This commit is contained in:
klensy 2023-07-04 19:12:04 +03:00
parent ab914cf9f7
commit d5dbe867f6

View File

@ -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('-', " ");