mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
[yabridgectl] Fix typo in error message
This commit is contained in:
@@ -113,7 +113,7 @@ pub fn show_status(config: &Config) -> Result<()> {
|
||||
);
|
||||
}
|
||||
Err(err) => {
|
||||
println!("Could not find yabridge's files files: {}\n", err);
|
||||
println!("Could not find yabridge's files: {}\n", err);
|
||||
}
|
||||
}
|
||||
println!("installation method: {}", config.method);
|
||||
|
||||
Reference in New Issue
Block a user