mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-18 23:09:53 +02:00
fix(cli): update fetch-asc output to use '/'
This commit is contained in:
@@ -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!("Latest version of applications.yaml from https://github.com/LGUG2Z/komorebi-application-specific-configuration downloaded\n");
|
||||||
println!(
|
println!(
|
||||||
"You can add this to your komorebi.json static configuration file like this: \n\n\"app_specific_configuration_path\": \"{}\"",
|
"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 => {
|
SubCommand::ApplicationSpecificConfigurationSchema => {
|
||||||
|
|||||||
Reference in New Issue
Block a user