Skip to content

Commit e2aec33

Browse files
committed
fix: fix typo
1 parent 4e4aaf2 commit e2aec33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check-pr/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ async fn main() -> anyhow::Result<()> {
111111
let file_name = entry.file_name();
112112
if !file_name.to_str().unwrap().ends_with(".yml") {
113113
if file_name.to_str().unwrap().ends_with(".yaml") {
114-
println!("{:?}:\n 请将.yml改为.yaml", file_name);
114+
println!("{:?}:\n 请将.yaml改为.yml", file_name);
115115
} else {
116116
println!("{:?}:\n 请检查文件名后缀, 只能为\".yml\"", file_name);
117117
}

0 commit comments

Comments
 (0)