Skip to content
Snippets Groups Projects
Unverified Commit c77db235 authored by GyDi's avatar GyDi
Browse files

fix: type error

parent daf66bce
No related branches found
No related tags found
No related merge requests found
......@@ -181,7 +181,7 @@ pub fn grant_permission(core: String) -> CmdResult {
return wrap_err!(manager::grant_permission(core));
#[cfg(not(target_os = "macos"))]
return Err("Unsupported target");
return Err("Unsupported target".into());
}
/// get the system proxy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment