forked from forgejo/forgejo
fix check template version
This commit is contained in:
parent
03011e31fe
commit
cc0d963f75
3 changed files with 3 additions and 3 deletions
|
@ -69,7 +69,7 @@ type VerChecker struct {
|
|||
// checkVersion checks if binary matches the version of templates files.
|
||||
func checkVersion() {
|
||||
// Templates.
|
||||
data, err := ioutil.ReadFile(path.Join(setting.StaticRootPath, "templates/.VERSION"))
|
||||
data, err := ioutil.ReadFile(setting.StaticRootPath + "/templates/.VERSION")
|
||||
if err != nil {
|
||||
log.Fatal(4, "Fail to read 'templates/.VERSION': %v", err)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue