chore: error text

This commit is contained in:
GyDi 2022-05-18 09:58:20 +08:00 committed by GitHub
parent 49e37a19a5
commit d6103191ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {