parent
7e12422fa2
commit
a2966944a8
1 changed files with 3 additions and 3 deletions
|
@ -63,12 +63,12 @@ fn install(opts: InstallOpt) -> Result<()> {
|
|||
if cfg!(target_os = "macos") {
|
||||
fix_path_for_mac()?
|
||||
}
|
||||
if let Some(client) = opts.client {
|
||||
install_client(client)?;
|
||||
}
|
||||
if let Some(server) = opts.server {
|
||||
install_server(server)?;
|
||||
}
|
||||
if let Some(client) = opts.client {
|
||||
install_client(client)?;
|
||||
}
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue