Merge pull request #762 from jialigit/master

: 是非法字符,无法作为文件名
master
Sutra Zhou 2022-10-12 11:25:41 +08:00 committed by GitHub
commit 6647af8d61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class GithubRepo implements HasKey {
@Override
public String key() {
return author+":"+name;
return author+"_"+name;
}
public String getName() {