From d21ffb28ccff8d80c7ac0a53658fbd4e0306d4fd Mon Sep 17 00:00:00 2001 From: LGUG2Z Date: Fri, 11 Oct 2024 15:28:28 -0700 Subject: [PATCH] fix(cli): update fetch-asc output to use '/' --- komorebic/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komorebic/src/main.rs b/komorebic/src/main.rs index f3016595e..d6fc5e8a1 100644 --- a/komorebic/src/main.rs +++ b/komorebic/src/main.rs @@ -2598,7 +2598,7 @@ Stop-Process -Name:komorebi -ErrorAction SilentlyContinue println!("Latest version of applications.yaml from https://github.com/LGUG2Z/komorebi-application-specific-configuration downloaded\n"); println!( "You can add this to your komorebi.json static configuration file like this: \n\n\"app_specific_configuration_path\": \"{}\"", - output_file.display() + output_file.display().to_string().replace("\\", "/") ); } SubCommand::ApplicationSpecificConfigurationSchema => {