0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-11 00:50:27 -05:00
This commit is contained in:
Ethan Koenig 2017-05-12 04:09:53 -04:00 committed by Bo-Yi Wu
parent 5ca3046da6
commit 9e627af9a4
3 changed files with 9 additions and 10 deletions

View file

@ -81,4 +81,3 @@ func IsReadmeFile(name string) bool {
}
return name[:7] == "readme."
}