This commit is contained in:
klensy
2023-07-04 19:12:04 +03:00
parent d8c07a6994
commit fa5ca3159c
+1 -1
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('-', " ");