mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 19:56:50 +08:00
chore: error text
This commit is contained in:
parent
49e37a19a5
commit
d6103191ba
|
@ -252,7 +252,7 @@ impl PrfItem {
|
|||
|
||||
// check the data whether the valid yaml format
|
||||
if !serde_yaml::from_str::<Mapping>(&data).is_ok() {
|
||||
bail!("the remote profile data is not valid yaml");
|
||||
bail!("the remote profile data is invalid yaml");
|
||||
}
|
||||
|
||||
Ok(PrfItem {
|
||||
|
|
Loading…
Reference in New Issue
Block a user